Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaminion/instant_server
rest api node server
https://github.com/kaminion/instant_server
Last synced: 13 days ago
JSON representation
rest api node server
- Host: GitHub
- URL: https://github.com/kaminion/instant_server
- Owner: kaminion
- Created: 2020-07-09T13:42:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:25:07.000Z (about 2 years ago)
- Last Synced: 2024-11-14T07:46:47.612Z (about 2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### INSTANT_SERVER
## INSTATNT 서버란?
- REST API를 기반으로 제작되어 CMS 제작을 도와주는 간단한 API서버입니다.## dependency
- express (웹서버 프레임워크)
- sequelize (ORM)
- mysql2 (ORM 사용의존성)