This is Aircnc, the Airbnb clone focused on companies and people working in the IT area.
This API made in Node.js is divided into two sides, the company side, which allows you to create spots so customers can rent and the developer side that allows you to view all created spots with the possibility to reserve a spot on a particular spot.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Feel free to deploy if you want.
You need a MONGO_URL from MongoDB Atlas or if you want, for a local MongoDB and past to .env file in the root oh the project
MONGO_URL=yourMongoUrl
Clone the repository and run
// With NPM
$ npm install
$ npm run dev
// With Yarn
$ yarn install
$ yarn dev
Please feel free to send pull request if you want to contribute!
-Nubelson - Development - nubelsondev