Skip to content

mansao01/full-stack-project-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

full-stack-project-backend

this repository contains the backend for full-stack-project-app this is a CRUD backend project using POST, GET, PATCH, and DELETE methods

Installation and Setup Node.js

To set up the backend locally, please follow these steps:

  1. Clone the repository:

    git clone -b master https://github.com/mansao01/full-stack-project-api.git
    
  2. Navigate to the project directory:

    cd full-stack-project-api
    
  3. Install the dependencies

    npm install 
    
  4. Make a MySQL database and give it a name: full_Stack or you can configure the database setup in config/Database.js

  5. Start the backend server

    npm start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published