Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madmax8930/mern-airbnb

Airbnb Replica
https://github.com/madmax8930/mern-airbnb

express mongodb nodejs react tailwind

Last synced: 11 days ago
JSON representation

Airbnb Replica

Awesome Lists containing this project

README

        

## M.E.R.N Booking application made with [`vite`]
Node version 16.7

### Frontend dependencies:

```bash
yarn add tailwindcss postcss autoprefixer react-router-dom date-fns axios dotenv
```

### Backend dependencies:

```bash
yarn add express mongoose cors bcryptjs jsonwebtoken cookie-parser image-downloader multer dotenv
```

### Helpers:

[Tailwind](https://tailwindcss.com/docs) documentation
- npx tailwind init -p

[Nodemon](https://www.npmjs.com/package/nodemon) documentation
- nodemon index.js

### Run server:

```bash
yarn dev
```