Skip to content

This GitHub repository is for the backend of the SkillJourney website. There is a role-based system with user, admin, and company roles, where each route is secured based on the JWT token and the user's role. You will find a User CRUD and a CRUD for jobs. Node Express & Postgres database

Notifications You must be signed in to change notification settings

SkillJourney/backend-skilljourney

Repository files navigation

SillJourney API 🛩️

How to start ﹖?

  • You need Docker and Node
  • Clone the project
  • Start Postgres database : docker compose up -d
  • Start API : npm install && node server.js

Test

  • You need Postman
  • Import the postman collection ✅

About

This GitHub repository is for the backend of the SkillJourney website. There is a role-based system with user, admin, and company roles, where each route is secured based on the JWT token and the user's role. You will find a User CRUD and a CRUD for jobs. Node Express & Postgres database

Resources

Stars

Watchers

Forks

Packages

No packages published