Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohelamin/express-example
Express.js example with MongoDB
https://github.com/sohelamin/express-example
express mongodb mongoose nodejs
Last synced: 5 days ago
JSON representation
Express.js example with MongoDB
- Host: GitHub
- URL: https://github.com/sohelamin/express-example
- Owner: sohelamin
- Created: 2017-02-17T17:21:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:12:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:27:30.694Z (7 months ago)
- Topics: express, mongodb, mongoose, nodejs
- Language: HTML
- Homepage:
- Size: 181 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express.js example
## Screenshots
![post crud](https://cloud.githubusercontent.com/assets/1708683/23076133/670ac022-f569-11e6-9301-8d028c8e8235.png)## Usage
1. Make sure you've installed mongodb in your machine
2. Configure the `.env` file
3. Run the following commands
``` bash
npm install
npm run start## Author
[Sohel Amin](http://www.sohelamin.com)