https://github.com/anshusaurav/airbnb-clone
https://github.com/anshusaurav/airbnb-clone
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anshusaurav/airbnb-clone
- Owner: anshusaurav
- License: mit
- Created: 2020-09-03T12:23:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T15:16:43.000Z (over 4 years ago)
- Last Synced: 2025-01-01T10:15:38.089Z (5 months ago)
- Language: JavaScript
- Size: 275 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Airbnb Clone
A Full stack MERN website for booking hotels and properties.
This project will be completed and hosted very soon!
Installation
Use the package manager [npm](https://www.npmjs.com/) to install iCinema.
Setup the project and install the packages by running:```bash
npm run setup
```Run project with command
```bash
npm run dev
```Built with
- FrontEnd: React.JS, Redux Library, Bootstrap, HTML/CSS
- Backend: Node.JS, Express.JS
- Database: MongoDB, Mongoose
Features
- Sign In / Sign Up / Sign Out the user.
- Recieving a welcoming email when sign-up using Nodemailer.
- Add a new movie to the list.
API
Users
- POST /api/users/signup
- POST /api/users/login
- DELETE /api/users/:userID