https://github.com/harshitrv/express-mongoose
https://github.com/harshitrv/express-mongoose
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshitrv/express-mongoose
- Owner: HarshitRV
- Created: 2022-02-20T06:27:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T06:28:31.000Z (over 3 years ago)
- Last Synced: 2024-12-26T14:29:37.897Z (5 months ago)
- Language: EJS
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.