Backend API for project management application, where users can create projects and add clients to the projects
Rename "configs/.env.env" to "config/config.env" and update the values/settings to your own
npm install
# Run in dev mode
npm run dev
# Run in prod mode
npm start
To seed the database with projects and clients from the "./data" folder, run
# Destroy all data
node seeder -d
# Import all data
node seeder -i
Contributors are expected to write code for the routes mentioned in routes/main.routes.js
file.
Starter code is already provided in controllers/main.controllers.js
file.
- Create the issue.
- Fork the Repo.
- Fix the issue.
- Generate a Pull Request.
- Wait for your PR to get merged.
- Nodejs