Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siopipin/expresscrud
- Owner: siopipin
- Created: 2019-04-23T09:39:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T09:40:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T15:27:13.880Z (3 months ago)
- Topics: crud, es6, express, expressjs, javascript, mongodb
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)