GithubHelp home page GithubHelp logo

viniciusbe / go-barber-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 241 KB

REST API made during the GoStack bootcamp, using Express.js

Home Page: https://gobarber.vibesa.online

License: MIT License

Shell 0.55% JavaScript 7.80% TypeScript 91.12% Handlebars 0.53%
express-js typescript nodejs

go-barber-api's Introduction

Project logo

RESTful api used by GoBarber web and mobile applications

Badge GitHub license Badge GitHub repo size Badge GitHub top language

πŸŒ™ Routes

Insomnia

πŸ“ Table of Contents

🧐 About

This project was created during the RocketSeat's bootcamp GoStack

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the application.

Node.js
Yarn
PostgreSQL, MongoDB, Redis 
Docker (Optional - Recommended)
VS Code (Optional - Recommended)

Installing

A step by step series of examples that tell you how to get a development env running.

Create an instance for each database on docker, following this example for postgres : https://hub.docker.com/_/postgres.

Cloning the repository:

git clone https://github.com/viniciusbe/GoBarber-api

Enter the app folder:

cd GoBarber-api

Install the dependencies and create your .env (don't forget to create a strong secret to APP_SECRET variable):

yarn
cp .env.example .env

Run the migrations and finally run the application:

yarn typeorm migration:run
yarn dev:server

The application will run on http://localhost:3333/

You can test all the routes on Insomnia, just install it and import my workspace

⛏️ Built Using

✍️ License

This project is made available under the MIT License

Authors

avatar

Made with ❀ by Vinícius Bernardes

Linkedin Badge Gmail Badge Twitter Badge

go-barber-api's People

Contributors

viniciusbe avatar

Stargazers

Breno Felipe de Bairros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.