Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasafara/men-server-setup
Sample setup for MEN (Mongo, Express, & Node) Stack
https://github.com/eliasafara/men-server-setup
dotenv expressjs men mongodb mongoose nodejs
Last synced: 26 days ago
JSON representation
Sample setup for MEN (Mongo, Express, & Node) Stack
- Host: GitHub
- URL: https://github.com/eliasafara/men-server-setup
- Owner: EliasAfara
- Created: 2020-10-16T10:21:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T22:20:01.000Z (about 4 years ago)
- Last Synced: 2024-10-04T13:42:23.718Z (3 months ago)
- Topics: dotenv, expressjs, men, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEN-server-setup
Sample setup for MEN (Mongo, Express, & Node) Stack Created while experimenting with MERN Stack backend
---# Quick Start 🚀
### Install server dependencies
```bash
npm install
```### Run both Express
```bash
npm start
```
Check in browser on [http://localhost:8000/](http://localhost:8000/)