Skip to content

laporeon/library-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management system

📋 About

This is a challenge from DevChallenge. It's an API that simulates a management system for a library. You can see all details for the challenge here.


🚀 Technologies

  • Node.js
  • Express
  • Mongoose

🛠️ Install

# Clone the repository
git clone https://github.com/laporeon/library-backend

# Navigate to project folder
cd library-backend

# Install the dependencies
npm i

# Start server
npm start

Server will start at port :3000 - access http://localhost:3000


📌 Routes

[GET] /obras : Lists all the books stored at database.

[POST] /obras : Create and store at database a new book.

[PUT] /obras/:id : Edit informations from a stored book based on its ID.

[DELETE] /obras/:id : Delete a book from database using its ID as a parameter.


💻 Preview

[GET]

get

[POST]

post

[PUT]

put

[DELETE]

delete

Releases

No releases published

Packages

No packages published