Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximoortelli/full-stack-airbnb
In this project I developed a Full Stack Airbnb application, where the user can reserve or rent a house. I have incorporated linters, thus guaranteeing cleaner and more consistent development.
https://github.com/maximoortelli/full-stack-airbnb
eslint mongodb nextauth nextjs nodejs prisma react react-router tailwindcss typescript webpack
Last synced: 20 days ago
JSON representation
In this project I developed a Full Stack Airbnb application, where the user can reserve or rent a house. I have incorporated linters, thus guaranteeing cleaner and more consistent development.
- Host: GitHub
- URL: https://github.com/maximoortelli/full-stack-airbnb
- Owner: maximoortelli
- License: mit
- Created: 2024-02-16T15:58:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T19:22:30.000Z (7 months ago)
- Last Synced: 2024-10-26T15:25:23.955Z (21 days ago)
- Topics: eslint, mongodb, nextauth, nextjs, nodejs, prisma, react, react-router, tailwindcss, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 4.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ππ Full Stack Airbnb ππ
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [ππ Full Stack Airbnb ππ](#-full-stack-airbnb-)
- [β Deployment](#-deployment)
- [π Built With](#-built-with)
- [Tech Stack](#tech-stack)
- [π» Getting Started](#-getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [πΎ Database](#-database)
- [Usage](#usage)
- [Run tests](#run-tests)
- [π Kanban Board](#-kanban-board)
- [π₯ Authors](#-authors)
- [π Future Features](#-future-features)
- [π€ Contributing](#-contributing)
- [βοΈ Show your support](#οΈ-show-your-support)
- [π Acknowledgments](#-acknowledgments)
- [π License](#-license)# ππ Full Stack Airbnb ππ
> In this project I developed a Full Stack Airbnb application, where the user can reserve or rent a house. Additionally, I integrated key technologies for
> the front-end such as:> - Next.js.
> - React.js.
> - Typescript.
> - Javascript.> And for the back-end:
> - Next.js
> - Express
> - MongoDB for data management.> I configured the project thoroughly and ensured a successful installation.
> To improve the quality of the code I have incorporated linters, thus guaranteeing cleaner and more consistent development.
This set of updates represents an important step towards delivering a robust and efficient medical application.# π»β Deployment
Click here to see the deployment
# π Built With
# Tech Stack
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```> Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
> You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
> This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
# Learn More
> To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.> You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
> Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
# Kanban board
- [Kanban board Project link](https://github.com/users/maximoortelli/projects/9)# Complete State of Kanban board
π€ **Maximo Ortelli**
- π»GitHub: [@Maximo Ortelli](https://github.com/maximoortelli)
- π»LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda/)- [x] **Complete the CRUD for places and reservations.**
- [x] **Solid Principles**
- [x] **Linters run correctly**
- [x] **The app run satisfactorily**
- [x] **Once the work is completed, the deployment will proceed.**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/maximoortelli/Full-Stack-Airbnb/issues).
If you like this project please give it a star ππβ¨
We thank to [Airbnb](https://www.airbnb.com.ar/) for the design.
This project is [MIT](./LICENSE) licensed.