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

https://github.com/harshitrv/express-mongoose


https://github.com/harshitrv/express-mongoose

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Express + Mongoose (Simple CRUD App)

This repository is reference to on how to use mongoose with express.

## Folders
[Models](models) : Model of the database is stored here.

[View](views): All the ejs dynamic pages are stored here.

[app.js](app.js): Main file to run the app.