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)
- Host: GitHub
- URL: https://github.com/twistedstack/mern-hotel-listings-app
- Owner: twistedstack
- Created: 2023-01-31T06:34:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T10:00:13.000Z (over 2 years ago)
- Last Synced: 2025-03-17T20:26:24.988Z (about 1 year ago)
- Topics: mongodb, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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