Skip to content

💈Node.js back-end for GoBarber, a barber scheduling application

License

Notifications You must be signed in to change notification settings

mattheuseinloft/gobarber-api

Repository files navigation

GoBarber API
GoBarber API

💈Node.js back-end for GoBarber, a barber scheduling application

GitHub top language GitHub language count License

Tools   |    Technologies   |    How To Run   |    License

⚙️ Tools

🚀 Technologies

This project is being developed with the following technologies:

💻 How To Run

Requirements

  • Git
  • Node.js
  • Yarn
  • Docker
  • Environment variables in .env file
  • TypeORM configuration in ormconfig.json
  • Create a connection with Postgres and create a database "gostack_gobarber"
  • Run migrations (yarn typeorm migration:run)
  • Run a container using PostgreSQL Image
  • Run a container using MongoDB Image
  • Run a container using Redis Image

Running the application

From your command line:

# Clone this repository
$ git clone https://github.com/mattheuseinloft/gobarber-api

# Move to the application directory
$ cd gobarber-web

# Install dependencies
$ yarn

# Start the backend server
$ yarn dev:server

📝 License

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


Made with 💙 and ☕ by Mattheus Einloft

About

💈Node.js back-end for GoBarber, a barber scheduling application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages