Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)