Skip to content

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

License

Notifications You must be signed in to change notification settings

Trailiva/Trailiva-backend

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages