Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydwo/gobarber-api-v1
A barber scheduling API that allows users to schedule an appointment with their favorite barber and show their schedule for the day.
https://github.com/boydwo/gobarber-api-v1
bootcamp express nodejs project
Last synced: about 1 month ago
JSON representation
A barber scheduling API that allows users to schedule an appointment with their favorite barber and show their schedule for the day.
- Host: GitHub
- URL: https://github.com/boydwo/gobarber-api-v1
- Owner: boydwo
- Created: 2020-04-20T10:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:51:01.000Z (about 2 years ago)
- Last Synced: 2024-04-28T05:47:27.722Z (9 months ago)
- Topics: bootcamp, express, nodejs, project
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoBarber API
A nodeJS barber scheduling API that allows users to schedule an appointment with their favorite barber and show their schedule for the day.## :rocket: Technologies
This project was developed at the [RocketSeat GoStack Bootcamp](https://rocketseat.com.br/bootcamp) with the following technologies:
- [Node.js][nodejs]
- [Express](https://expressjs.com/)
- [nodemon](https://nodemon.io/)
- [Sucrase](https://github.com/alangpierce/sucrase)
- [Docker](https://www.docker.com/docker-community)
- [Sequelize](http://docs.sequelizejs.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [node-postgres](https://www.npmjs.com/package/pg)
- [Redis](https://redis.io/)
- [MongoDB](https://www.mongodb.com/)
- [Mongoose](https://mongoosejs.com/)
- [JWT](https://jwt.io/)
- [Multer](https://github.com/expressjs/multer)
- [Bcrypt](https://www.npmjs.com/package/bcrypt)
- [Youch](https://www.npmjs.com/package/youch)
- [Yup](https://www.npmjs.com/package/yup)
- [Bee Queue](https://www.npmjs.com/package/bcrypt)
- [Nodemailer](https://nodemailer.com/about/)
- [date-fns](https://date-fns.org/)
- [Sentry](https://sentry.io/)
- [DotEnv](https://www.npmjs.com/package/dotenv)
- [VS Code][vc] with [ESLint][vceslint]---
Made with Marcos Túlio Rodrigues :bowtie: [Get in touch!](https://www.linkedin.com/in/boydwo/)[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint