https://github.com/matan3sh/anysport-api
Backend API for AnySport application, which is a trainers directory website.
https://github.com/matan3sh/anysport-api
express filtering mongodb mongoose node pagination querystring
Last synced: 2 months ago
JSON representation
Backend API for AnySport application, which is a trainers directory website.
- Host: GitHub
- URL: https://github.com/matan3sh/anysport-api
- Owner: matan3sh
- Created: 2020-11-04T18:38:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T08:58:05.000Z (over 5 years ago)
- Last Synced: 2025-03-18T01:46:55.109Z (about 1 year ago)
- Topics: express, filtering, mongodb, mongoose, node, pagination, querystring
- Language: HTML
- Homepage: http://157.230.48.210/
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnySport API
> Backend API for AnySport application, which is a trainers directory website.
## Usage
Rename "config/config.env.env" to "config/config.env" and update the values/settings to your own.
## Install Dependencies
```
npm install
```
## Run App
```
# Run in dev mode
npm run dev
# Run in production mode
npm start
```
- Version 1.0.0
- License: MIT