Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liqiankun/dlexpress
Learning Express ING
https://github.com/liqiankun/dlexpress
express expressjs mongodb mongoose node nodejs
Last synced: about 1 month ago
JSON representation
Learning Express ING
- Host: GitHub
- URL: https://github.com/liqiankun/dlexpress
- Owner: Liqiankun
- License: mit
- Created: 2017-07-08T15:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T10:57:07.000Z (over 7 years ago)
- Last Synced: 2024-11-15T13:18:02.769Z (3 months ago)
- Topics: express, expressjs, mongodb, mongoose, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DLExpress](https://github.com/Liqiankun/DLExpress/raw/master/DLExpress.png)
Use express build REST API. Create, delete, update, query model!# Requirements
- Node and npm
# How to run it
* npm install
* node index (You can use also [nodemon](https://nodemon.io/) index)# Testing the API
Test your API using [Postman]()# Article
* [Build a RESTful API Using Node and Express 4](https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4#toc-our-application)
* [Build a Node.js API in Under 30 Minutes](https://medium.freecodecamp.org/building-a-simple-node-js-api-in-under-30-minutes-a07ea9e390d2)