Skip to content

raphaellopes/bootcamp-node-challenge-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocketseat Bootcamp - challenge 02

In this challenge I created a project using:

What I did:

  • Created a barber shop to connect clients and service providers
  • Created all autentication session controll
  • Created the client session, where he can find a barber shop and to book an appointment
  • Created the provider session, where he can check his appointments by day

To run locally:

# Clone this repo and go to the folder
git clone git@github.com:raphaellopes/bootcamp-node-challenge-01.git
cd bootcamp-node-challenge-02

# to up postgres db you need docker
make run

yarn && yarn start

# to start your container again
make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published