Skip to content

Shreysid/GarbageCollectionSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2024-04-12 at 2 22 52 PM

Usage

change config.env file in config folder
 npm install
 cd client npm i
 cd ..
 
 # Run front and backend
 npm run dev
 
 # Backend only
 npm run server
 
 # Frontend only
 npm run client
 
 # Build client
 cd client
 npm run build
 
 # Prod
 npm start

creating a config file

NODE_ENV = development PORT = ..change to using port number MONGO_URI=mongodb+srv:https://:@/?retryWrites=true&w=majority

About

Mini project using MERN stack to lodge and view complaints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published