Instructions for running the code.
- Download the code and extract the files into a folder.
- Open the terminal in the folder where all the files are present.
- In the terminal write npm install to install the required dependencies.
- After installing all the dependencies in the terminal write npm start.
- Make sure your mongod procress is running in order to connect to the database,
- After running all the commands you can run the application on port no 8000 or at http://localhost:8000/ghg-emissions/
- For testing purposes any testing tool can be used like Postman.
For Routes refer to the documentation.txt in Repository