/GoBarber

The GoBarber, is a Project under construction :construction*worker: construction, it is part from the GoStack Bootcamp by Rocketseat. With the purpose of learning/praticing NodeJS and ReactJS, using Express to create a System that combines, Login, CRUD, CD/CI and TDD. Built with Typescript, NodeJS, Express, React, Docker and Postgres.

Primary LanguageTypeScriptMIT LicenseMIT

GoBarber 💻 💈 👷 🚧

Technologies   |    Project   |    How to run   |    How to contribute   |    License

PRs welcome! License


🚀 Technologies

This project is being developed with the following technologies:

💻 Project

The GoBarber, is a Project under construction :construction*worker: 🚧, it is part from the GoStack Bootcamp by Rocketseat. With the purpose of learning/praticing NodeJS and ReactJS, using Express to create a System that combines, Login, CRUD, CD/CI and TDD. Built with Typescript, NodeJS, Express, React, Docker and Postgres.

🚀 How to run

Create postgres container

docker run --name gobarber -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres

Install dependencies

yarn install

Run application

yarn dev:server

Create migrations

yarn typeorm migration:run

🤔 How to contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Do commit with your changes: git commit -m 'feat(my-feature): My new feature';
  • Do a push for your branch: git push origin my-feature.

Use conventional commit.
After the merge of your pull request was made, you can delete your branch.

📝 License

This project is under License MIT. See the documentation LICENSE for more details.


Developed by Leonardo Jesus ©️