git clone https://github.com/jzhr/calcushare.git
cd calcushare
npm install
To access the database, create a .env file in the project directory and initialize the environment variable ATLAS_URI
In the project directory, you can run:
Runs the app in the development mode w/ Nodemon. It will monitor for any changes and automatically restart the server.
Open http://localhost:5000 to view it in the browser.