Running The Application - MarkReillyGMIT/SchedulingApp GitHub Wiki
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.