Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloslevir/gobarber-nodejs-rocketseat
:rocket: Software as a Service to provide a scheduling between barbers and clients.
https://github.com/carloslevir/gobarber-nodejs-rocketseat
javascript nodejs rocketseat saas sequelize
Last synced: about 5 hours ago
JSON representation
:rocket: Software as a Service to provide a scheduling between barbers and clients.
- Host: GitHub
- URL: https://github.com/carloslevir/gobarber-nodejs-rocketseat
- Owner: CarlosLevir
- Created: 2019-05-05T17:29:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:10:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:02:59.455Z (over 1 year ago)
- Topics: javascript, nodejs, rocketseat, saas, sequelize
- Language: JavaScript
- Homepage:
- Size: 892 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoBarber-NodeJs-Rocketseat
A Software as a Service to provide a scheduling between barbers and clients.
- [GoBarber-NodeJs-Rocketseat](#gobarber-nodejs-rocketseat)
- [Usage](#usage)
- [Technologies](#technologies)
- [Installation](#installation)
- [License](#license)## Usage
The first step is to create your account, then you can login and choose a barber, check his schedule and make an appointment.
## Technologies
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/pt-br/)
- [Express-Session](https://www.npmjs.com/package/express-session/)
- [Sequelize](http://docs.sequelizejs.com/)
- [Postgres](https://www.postgresql.org/)
- [Bcrypt](https://www.npmjs.com/package/bcryptjs/)
- [Nunjucks](https://mozilla.github.io/nunjucks/)
- [Multer](https://github.com/expressjs/multer/)
- [Moment.JS](https://momentjs.com/)
- [Connect-Loki](https://www.npmjs.com/package/connect-loki/)
- [Connect-Flash](https://github.com/jaredhanson/connect-flash/)
- [dotenv](https://www.npmjs.com/package/dotenv)
- [Eslint-Airbnb](https://eslint.org/)
- [Nodemon](https://nodemon.io/)## Installation
Clone the project with
```sh
git clone https://github.com/CarlosLevir/GoBarber-NodeJs-Rocketseat.git
```Get in the path project, then install the dependencies with:
```sh
yarn
```Then, you have to create your postgres database (Or another if you want) and fill your own fields in .env file.
Now, you have to create tables with the command:
```sh
npx sequelize db:migrate
```After database config, you can start the server with:
```sh
yarn start
```If you are in development environment, you can use the development server:
```sh
yarn dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)