Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mikemimik/attendance-app
- Owner: mikemimik
- License: gpl-2.0
- Created: 2015-10-15T06:01:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T10:11:09.000Z (about 9 years ago)
- Last Synced: 2024-10-14T15:21:33.626Z (2 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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