Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.82 KB

README.md

File metadata and controls

86 lines (64 loc) · 2.82 KB

Gympoint - WEBAPP for manager





More screenshots

Features

  • Login with manager credentials
  • Students CRUD
  • Plans CRUD
  • Enrollments CRUD
  • List and answer Help Orders

Try it out

It's deployed on netlify, check it out:

Relevant libraries

⬇️ Installing

Clone the repo and enter the app folder

git clone https://github.com/CaioQuirinoMedeiros/Gympoint.git

cd Gympoint/gympoint_web

Install dependencies

yarn install

Configure the API server and set the API_URL environment variable on .env file

REACT_APP_API_URL=http://localhost:3333

Run it

yarn start

Screenshots





















Netlify Status