An Airbnb-like app based on the following udemy course:
https://www.udemy.com/practical-angular-react-node-airbnb-style-application/learn/v4/overview
Built with TypeScript, JavaScript, Angular, Node.js, MongoDB
Users can register, login, and get access to a list of homes which they can reserve.
- Create a MongoDB database
- Create server/config/dev.js file and export your "DB_URI"
- Install dependencies:
npm i
- Open terminal for server (in 'server' folder) and launch server with
node index.js
- Open a second terminal for client and launch client with
ng serve
from application root folder - The application will run at http://localhost:4200/