To get up and running with this project, run the following commands from the root of the folder /api.
First, install the project's dependencies using npm
.
npm install
Second, seed the SQLite database.
npm run seed
And lastly, start the application.
npm start
To test the Express server, browse to the URL http://localhost:5000/.
To test and explore application use Postman a popular application for testing REST APIs.
Install the project's dependencies using npm
.
npm install
Start the application.
npm start
and open in a browser http://localhost:3000. The page will automatically reload when you make changes.