Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boardcamp

This is a back-end project that uses SQL database for manage a board game rental.

Features

  • List all games categories - GET /categories
  • Insert a new game category - POST /categories
  • List all games registred - GET /games
  • Insert a new game - POST /games
  • List all customers registred - GET /customers
  • Insert a new customer - POST /customers
  • Get a customer by Id - GET /customers/:id
  • Update a customer data - PUT /customers/:id
  • List all game rentals - GET /rentals
  • Insert a new rental - POST /rentals
  • Finish a rental - POST /rentals/:id/return
  • Delete a concluded rental - DELETE /rentals/:id

Technologies

How to run

  1. Clone the front-end repository
git clone https://github.com/bootcamp-ra/boardcamp-front.git
  1. Install dependencies in the front-end repository
npm i
  1. Clone this repository
git clone https://github.com/dayanecol/Boardcamp.git
  1. Install dependencies
npm i
  1. Create an .env file based on .env_example
  2. Run the front-end with
npm start
  1. Finally access http://localhost:3000 on your browser to start using the app

About

This is a back-end project that uses SQL database.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages