Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the3dgar/node_express-mongoose
https://github.com/the3dgar/node_express-mongoose
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/the3dgar/node_express-mongoose
- Owner: The3dgar
- Created: 2020-06-06T21:08:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:16:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:34:01.284Z (over 1 year ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node server with mongoose
## Structure:
- config: auth, db conection, jwt, email server, push, ...
- frontend: frontend files, like html, css, js, ... if used framework use bundled files
- middlewares: all the middlewares, like jwt, validations for req.body, ...
- models: typical mongoose schema
- routes: all the routes in our project with a index.js## for run:
``` npm i ```
and then ``` npm run dev ```