Backend instructions
-
Install npm : https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
-
cd to the project in your terminal
-
Type in terminal
npm i
-
Type in terminal
npx nodemon [file] (npx nodemon index.js)
-
Accept prompts to install necessary packages
-
Server will run at [http://localhost:3000]
-
To seed sample data to the server:
node seeders/business_seeder.js