Skip to content

Running The Application

Mark Reilly edited this page Dec 1, 2019 · 3 revisions

In the project directory:

Run npm install

Also run npm install in the backend directory Install dependencies.

Run npm start

Runs the application in the development mode.

Open http://localhost:3000 to view the in the browser.

Run the server

To run the server, open the project in a code editor.

Open the backend foler, right click on server.js and open in terminal.

In the terminal type node server.js to start the server.Your terminal should display the following:

You are now able to read and write data to the database.

Clone this wiki locally