/angular-learning-project

An Airbnb-like AngularJS - TypeScript learning project; https://www.udemy.com/practical-angular-react-node-airbnb-style-application/learn/v4/overview; Currently in progress

Primary LanguageTypeScript

angular-learning-project

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.

Project Current State

"Screenshot of /rental/:id"

Getting Started

  1. Create a MongoDB database
  2. Create server/config/dev.js file and export your "DB_URI"
  3. Install dependencies: npm i
  4. Open terminal for server (in 'server' folder) and launch server with node index.js
  5. Open a second terminal for client and launch client with ng serve from application root folder
  6. The application will run at http://localhost:4200/