Our web-based application, currently named Capacity, is a tool that will help you save time by giving you the information you wish you had before getting to your destination. Our website can be found here: https://ssajnani.github.io/Capacity/homepage.html
Our repository structure is seperated under frontend and backend, both developed in javascript. The backend uses node, express, and mongodb. The frontend uses vue. The frontend files are already compiled into the backend public folder so setup is easier.
LINUX:
Navigate to ./capbackend and type bash ./run
to install the dependencies for ubuntu. Otherwise, you can manually type the commands from the script yourself.
Navigate to localhost:3000 on your browser to load the website and start using Capacity!
WINDOWS:
You will need to install node and mongodb seperately.
NODE & NPM
Download Node here: https://nodejs.org/en/
After Node downloads, you have to run the .exe to install it. After it has been installed, open up the Node command prompt and type npm to update npm. Then, avigate to ./capbackend and type npm install
to install the dependencies.
MONGODB
Install mongo seperately: https://www.mongodb.com/
Run mongod.exe before starting the server (usually located within program files). Then navigate to ./capbackend in your cmd and run npm start
Navigate to localhost:3000 on your browser to load the website and start using Capacity!
((Project))