https://github.com/paoloprodossimolopes/node-gym-check-in-app
⚙️Gym check-in backend application
https://github.com/paoloprodossimolopes/node-gym-check-in-app
backend gym gym-application node
Last synced: 8 months ago
JSON representation
⚙️Gym check-in backend application
- Host: GitHub
- URL: https://github.com/paoloprodossimolopes/node-gym-check-in-app
- Owner: PaoloProdossimoLopes
- Created: 2023-10-08T15:13:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T21:46:44.000Z (about 2 years ago)
- Last Synced: 2025-01-24T18:46:07.999Z (9 months ago)
- Topics: backend, gym, gym-application, node
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ⚙ Gym check-in backend application using node
This application is a [**GymPass**](https://github.com/gympass) backend style app to find a gyms\
near to make check in.
## ✨ Features
• Register a gym\
• Authenticate (Using JWT)\
• Re-authenticate (Using refresh token)\
• List All gyms\
• List all Near (max distance allowed 10km from user)\
• Make Check in on gym (near 100m from user)\
• Validate Check in (up to 20 minutes after check in)\
• Get user metrics (number of check ins)
## 🔱 Routes
You can test the routes using the insominia app, in the\
repository was provide the colletion in the file [**Insomnia.json**](./Insomnia.json) to\
became easies to check the application.
To use this colletion only need to import the colletion into the insomnia application
## 🚀 Getting started
1. Cloning the repository
2. Install the dependencies using the command `npm install`
3. Launch the server using the command `npm run start:dev`
4. Perform an request for the routes describe in the previous section
## 📬 Contact
Thank you to spend time reading my project and if there are any question or\
suggestion, you can find me in this medias bellow.
[](mailto:paolo.prodossimo.lopes@gmail.com)
[](https://www.linkedin.com/in/paoloprodossimolopes/)
[](https://medium.com/@PaoloProdossimoLopes)