joaogabrielpancheski / backEnd-goBarber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📋 About

A barber scheduling application that allows users to schedule an appointment with a barber, and the barber to manage their appointment schedule. This project was developed at the RocketSeat GoStack Bootcamp.

🔧 Tools

The following tools were used in this project:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v12.16 or higher and Yarn v1.22 or higher installed on your computer.
You'll also need to setup and run a Postgres, a Redis and a MongoDB database, and insert the necessary information in the .env file, based on the .env.example file, and the username and password on ormconfig.json file.
On your command line:

# Clone this repository
$ git clone https://github.com/joaogabrielpancheski/backEnd-goBarber.git
# or
$ git clone git@github.com:joaogabrielpancheski/backEnd-goBarber.git

# Go into the repository
$ cd backEnd-goBarber

# Install dependencies
$ yarn install

# Run migrations to your database
$ yarn typeorm migration:run

# Run the server
$ yarn dev:server

📝 License

This project is under the MIT license. See the LICENSE for more information.


Developed by João Gabriel Pancheski 👨🏻‍💻 Find me here

About

License:MIT License


Languages

Language:TypeScript 92.7%Language:JavaScript 6.6%Language:Handlebars 0.5%Language:Shell 0.3%