Gym Network API, where you can create users, gyms, check-in and search for nearby gyms with geolocation.
Table of Contents
API developed with Node.js, Fastify and Prisma. 🤖
This project was developed using the following technologies:
Prerequisites for installing and running the application locally.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/andrewgerez/gym.git
- Install NPM packages
npm install
- Setup container
docker-compose up -d
- Run the local server
npm run dev
Andrew Gerez - Linkedin - [email protected]
Project Link: https://github.com/andrewgerez/gym