Giter Club home page Giter Club logo

Trailiva-backend

Trailiva is a project management tool that you may use to keep track of your personal, professional, and open source projects.

Trailiva backend offers the APIs needed to complete every project requirement.

The API documentation is hosted here

Technologies

  • Springboot (Framework used to develop the APIs)
  • Postgresql (Database for datastorage)
  • Sendgrid (SMTP server for mail sending)
  • Cloudinary (File server for User pictures and videos)
  • Jwt (Library for authentication)
  • Heroku (Hosting service)

How To Run The Project

  1. Clone project
  2. create a database named trailiva on PGAdmin or any PostgreSql platform
  3. check out to dev with command git checkout dev
  4. Add this configuration to application.properties file:
    server.port=9000
    **------ Postgresql configuration ------**
    spring.datasource.url=jdbc:postgresql://localhost:5432/trailiva
    spring.datasource.username=enter_db_username
    spring.datasource.password=enter_db_password
    
    **------ Hibernate configuration -----**
    spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
    spring.jpa.hibernate.ddl-auto=create
    
     **------ Cloudinary config ------**
    CLOUD_NAME= `enter_cloudinary_name`
    API_KEY= enter `cloudinary_api_key`
    API_SECRET= `enter_cloudinary_secret_key`
  1. Run project with command mvn spring-boot:run

Requirements

Functional

  • Users can sign up, sign in, verify account, refresh authentication token, forget password, reset password and update profile picture.
  • Users can add contributors to workspace
  • Users can add moderators to workspace
  • Users can create project
  • Users can create task
  • Contributor can work on task, request for task
  • Moderator can assign task to User, create task, review task

Non-Functional

  • Application should be secure
  • The application should be available

API Design

view - Documentation

Badges

Social buttons

Whalewalker - trailiva stars - trailiva forks - trailiva

Repo metadata

GitHub tag License issues - trailiva

License

Released under MIT by @Whalewalker.

trailiva's Projects

trailiva-backend icon trailiva-backend

Trailiva is a project management tool that is use to keep track of your personal, professional, and open-source projects.

trailiva-web icon trailiva-web

trailiva is a project management tool for personal, commercial and open source project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.