https://github.com/playerony/motorcycle-club-api
https://github.com/playerony/motorcycle-club-api
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/motorcycle-club-api
- Owner: playerony
- License: mit
- Created: 2018-07-01T16:11:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T17:50:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T18:02:35.857Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# motorcycle-club-api
Rest API for motorcycle-club application.
### Getting Started
Requirements
* Installed GIT
* Installed node.js
* Installed MySQL DB
* Created Database with name 'motorcycle-club'
### Installation:
```bash
npm install
```
### To run server
```bash
npm start
```
### To run tests
```bash
npm test
```