Project: Tutorials API Description: An API offering CRUD functionality for tutorials.
git clone the repo
A MySQL databases is required for development
Setting up the database table with seed data The database script can be found in src/dbscript/tutorials.sql.
Import this file to create the database table
Create a .env file and copy the required values from .example.env
Cd into the tutorials-backend folder
Run the command to install the dependencies
npm installRun the backend server
npm start- Express - Express
versioning for the endpoints /api/
- Ryan Wire