this repository contains the backend for full-stack-project-app this is a CRUD backend project using POST, GET, PATCH, and DELETE methods
To set up the backend locally, please follow these steps:
-
Clone the repository:
git clone -b master https://github.com/mansao01/full-stack-project-api.git
-
Navigate to the project directory:
cd full-stack-project-api
-
Install the dependencies
npm install
-
Make a MySQL database and give it a name: full_Stack or you can configure the database setup in config/Database.js
-
Start the backend server
npm start