Skip to content

rajagoat/earth-day-c2g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleanr - for a greener future

Earth Day Challenge - Group 19 Submission

Made for the Morgan Stanley CodeToGive Hackathon 2022

Note: To be able to run the server inside the backend folder, you will need a .env file inside the backend folder with the following information:

PORT=<your port number>
MONGO_URI=<uri that is used to connect to the mongodb cluster>

To run the project, create two separate terminals. Then, on the first terminal:

cd backend
npm install
npm run dev

Similarly, on the second terminal:

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published