Skip to content

samvid2020/project-mgmt-api-hacktober2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project management

Backend API for project management application, where users can create projects and add clients to the projects

Usage

Rename "configs/.env.env" to "config/config.env" and update the values/settings to your own

Install Dependencies

npm install

Run App

# Run in dev mode
npm run dev

# Run in prod mode
npm start

Database Seeder

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

Want to contribute

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.

How to Contribute

  • Create the issue.
  • Fork the Repo.
  • Fix the issue.
  • Generate a Pull Request.
  • Wait for your PR to get merged.

Technologies to be used:

  • Nodejs

Author & maintainer

Vighnesh Manjrekar

About

Hackberries Project 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%