Skip to content

aganhara/gympoint

Repository files navigation

This application is about gym management and the main goal is to study about Node JS, ReactJS and React Native using the newest technologies in development.

This is part of a training, and the code will be used to certifies my knowledge at the end of Rocketseat GoStack training.


Setup

To run the application is necessary a PostgreSQL database and Redis running. Create a .env file in root patch and set the following environment variables. You can change the file .env.example to .env and put your config values.

You can use the https://mailtrap.io/ for testing email send.

Creating Database

To create the database run the following commands:

  yarn
  yarn sequelize db:migrate
  yarn sequelize db:seed:all

A default user will be created with the email [email protected] and password 123456.

To run the application execute the following commands on terminal

  yarn dev # Run the application using nodemon
  yarn queue  # Run bee-queue to execute tasks

@See:

Web: https://github.com/aganhara/gympoint-web

Mobile: https://github.com/aganhara/gympoint-mobile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published