Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemimik/attendance-app

Attendance application (api + head)
https://github.com/mikemimik/attendance-app

Last synced: about 1 month ago
JSON representation

Attendance application (api + head)

Awesome Lists containing this project

README

        

# attendance-app
Attendance application (api + head)

## getting started

Start the API
```
> git clone https://github.com/mikemimik/attendance-app.git
> cd attandance-app
> cd api
> node app.js
```

## api
This application will enable endpoints to your mysql database

### endpoints
Controller | Endpoint | Description
-----------|----------|------------
model.create | POST /model | create a model
model.list | GET /model | get a list of all of model
model.read | GET /model/:id | get details about a model
model.update | PUT /model/:id | update details about a model
model.delete | DELETE /model/:id | remove a model