Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siopipin/expresscrud

CRUD Express + MongoDB
https://github.com/siopipin/expresscrud

crud es6 express expressjs javascript mongodb

Last synced: 20 days ago
JSON representation

CRUD Express + MongoDB

Awesome Lists containing this project

README

        

# Repo for Zell's CRUD, Express and MongoDB tutorial

- [Demo](https://crud-express-mongo.herokuapp.com)
- [Tutorial](https://zellwk.com/blog/crud-express-mongodb/)

## Installation

1. Clone repo
2. run `npm install`

## Usage

1. run `npm run dev`
2. Navigate to `localhost:3000`
3. Have fun ;)