WagnerWD40 / gympoint

Final Project of Gostack Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gympoint

A gym management software for the Rocket Seat's GoStack Bootcamp.

The Backend

How to run

cd backend
npm install
npm run dev
  • It will run in your port 3333.

Seeding the database

npx sequelize-cli db:seed:all

The Front End

How to run

cd gympoint-webapp
npm install
npm start
  • It will run in your port 3000.

The Mobile

cd gympointMobile
npm install

And with your choosen android emulator from Android Studio open:

npx react-native run-android
  • in linux it only worked with a metro server running in background with:
npm start

About

Final Project of Gostack Bootcamp


Languages

Language:JavaScript 99.2%Language:HTML 0.6%Language:Objective-C 0.1%Language:Java 0.1%Language:Ruby 0.0%Language:Python 0.0%