https://github.com/marknjunge/globalgym-api
Backend API for GlobalGym
https://github.com/marknjunge/globalgym-api
Last synced: over 1 year ago
JSON representation
Backend API for GlobalGym
- Host: GitHub
- URL: https://github.com/marknjunge/globalgym-api
- Owner: MarkNjunge
- License: mit
- Created: 2018-06-07T19:07:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T13:32:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T07:29:07.022Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# GlobalGym API
GlobalGym is an app that allows users to access any member gym across Africa.
See Android app: [Global Gym - Android](https://github.com/MarkNjunge/GlobalGym-Android)
**NB: GlobalGym was created as a school project. It is not used in production.**
## Requirements
1. NodeJS
2. MongoDB
## Installation
1. Clone the repisotry using `https://github.com/MarkNjunge/GlobalGym-api.git`.
2. Create a `.env` file in the root folder sililar to `.env.sample`.
3. Install dependencies using `yarn`.
## Usage
Start the api using `yarn start` or `yarn server` for a live reloading version (requires nodemon).
## Documentation
**Needs updating**