-
Notifications
You must be signed in to change notification settings - Fork 0
Running The Application
Mark Reilly edited this page Dec 1, 2019
·
3 revisions
In the project directory:
Also run npm install in the backend directory Install dependencies.
Runs the application in the development mode.
Open http://localhost:3000 to view the in the browser.
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.