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

https://github.com/twistedstack/mern-hotel-listings-app

Simple App using the mern stakc (React + mongoDB)
https://github.com/twistedstack/mern-hotel-listings-app

mongodb react reactjs

Last synced: 8 months ago
JSON representation

Simple App using the mern stakc (React + mongoDB)

Awesome Lists containing this project

README

          

# Simple Mern Stack Project (for my students)
> MERN Stack deployment for Hotel listings application.

### Resources
[How to Use MERN Stack: A Complete Guide](https://www.mongodb.com/languages/mern-stack-tutorial)

***

## Installation
**Start server:**
```
cd mern/server
npm install
npm start
```

**Start Web server**
```
cd mern/client
npm install
npm start
```

## Usage example

## Development setup