Skip to content

Logan1x/CP-MGMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-Project Management System

This is an MERN stack application that allows users to manage their projects and clients. It is a full stack application that uses React, Node, Express, GraphQL, MongoDB, and Apollo.

Quick Start

Add your MONGO_URI to the ".env" file in root directory

MONGO_URI = <your_mongoDB_Atlas_uri_with_credentials>

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run Backend

npm run dev

Run Frontend

cd client
npm run dev

Features

  • Create, Read, Update, and Delete Projects
  • Create, Read, and Delete Clients

App Info

Author

Khushal Sharma

Version

1.0.0

License

This project is licensed under the MIT License

About

Client-Project Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published