Skip to content

yoshi00/library-backend-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📕 About

This project is part of FCamara's backend challenge whose objective is to create a book rental control system in a library.

🔨 Tools

💻 Service Endpoints

The application exposes the following service endpoints:

  • pessoa: /users
  • livro: /books
  • copia: /copies
  • aluguel: /rentals

👨‍💻 Getting Started

To get started with the project, follow these steps

Clone the project repository by running the following command in your terminal:

git clone https://github.com/yoshi00/library-backend-node.git

Navigate to the project directory:

cd library-backend-node

Install the project dependencies by running the following command:

npm install

Once the dependencies are installed, you can start the application by running the following command:

npm start

To test the service endpoints, it is recommended to use either Insomnia or Postman. You can download and install Insomnia from here or Postman from here.

Releases

No releases published

Packages

No packages published