Leave any setup steps here (i.e. to run the website).
- Node.js (for npm): https://nodejs.org/en/download
- DB Browser for SQLite: https://sqlitebrowser.org/dl/
- Open a New Terminal in this directory (preferably in VS Code)
- Run
npm install
to install required dependancies - Run
nodemon
to load the website - Go to http://localhost:8000/ to see the website running
- Hit CTRL+C in the terminal to quit the server
- Using DB Browser, open
colleges.db
at the root of this directory - Create tables using the GUI or run SQL queries as needed