Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)