Skip to content

Simple backend with express will be used in my frontend project

Notifications You must be signed in to change notification settings

Guilbertoliveira/BookServerAPI

Repository files navigation

ReactBookServer

GitHub Language Count GitHub Closed Pull Requests GitHub Package.json Version GitHub Contributors GitHub Last Commit

🔨Project Status🔨

Final stage project

Project description

This project is one of my first backend projects and will serve as a basis for possible new APIs that I will create, that's why there are so many comments in the project's code.

Frontend integration

This API is part of a parallel project that I made the frontend and the integration will be done along with this API, follow the link of the front-end project

Library native Node.Js

  1. Library fs

global dependency:

  1. nodemon

Technologies used

How to use the project

  1. Need to clone the repository on your machine
  2. git clone https://github.com/Guilbertoliveira/BookServerAPI.git
    
  3. after the clone opens the project folder, open the terminal and run the command
  4. npm install
    
  5. to run the project use nodemon
  6. npx nodemon .\app.js
    

Methods being used (CRUD)

Post

Get

Patch

Delete