Giter Club home page Giter Club logo

gostack-gympoint's Introduction

Gympoint

Rocketseat bootcamp project. The project is a back-end, web and mobile system for control and interaction between gyms and their students. It has features like login, enrollment, training, plans, payments, aid applications, etc.

GitHub language count License Stargazers

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • NodeJS - Environment runtime
  • Yarn - Packager manager
  • Docker - Make it easier to create, deploy, and run applications by using containers
  • Docker Compose - Relies on Docker Engine for any meaningful work, so make sure you have Docker Engine installed either locally or remote, depending on your setup.

What things you need to install the software and how to install them

$> git clone https://github.com/jopcmelo/gostack-gympoint.git

Installing

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

Databases

First thing you must do is setup all your database settings. To do it, I have created a docker-compose.yml file do help you

$> docker-compose up -d

Back-end

First install back-end dependencies

$> cd ./backend/ && yarn

Start back-end service

$> yarn dev 

Front-end

First install front-end dependencies

$> cd ./frontend/ && yarn

Then run app

$> yarn start

Mobile

Mobile version is comming soon...

Built With

  • Express - A restful API framework
  • ReactJS - A front-end library to build user interfaces
  • React Native - A mobile library to build native apps to Android and iOS

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • ExpressJS ecossystem
  • MVC design pattern
  • Sequelize ORM
  • Background mail sendling with Redis
  • Sentry
  • Multer
  • JWT
  • Docker
  • React ecossystem
  • React Hooks
  • ReactJS
  • React Native
  • Reactotron
  • React Navigation / React Router DOM
  • React Toastify
  • Redux
  • Redux Saga
  • Redux Persist
  • Flux Archtecture
  • ESLint
  • Prettier
  • Styled Components
  • Unform
  • Axios
  • History
  • Etc

gostack-gympoint's People

Contributors

dependabot[bot] avatar joaopcm avatar raphaeloliveiramoura avatar reinildo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gostack-gympoint's Issues

Change document title on change current route

App must change automatically its title when user changes route (e.g. when I sign in into app, document title is "GymPoint - Dashboard", but when I go to students list, document title still the same).

Suggestion to refact

Hello,
I saw in your app that one student can to has just one enrolment okay?

So, my suggestion is create your enrolments table in database with field student_id with prop unique. Make sense?

I see that you already make a validation in your controller to don't save two students there, but adding unique attribute in the column, you add one more level of validation to your application.

What do you think about this?

I opened a pull request with the changes in the code. #5

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.