An open API service indexing awesome lists of open source software.

https://github.com/playerony/motorcycle-club-api


https://github.com/playerony/motorcycle-club-api

Last synced: 28 days ago
JSON representation

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
```