A solution for users to book hotel rooms
Type | Name | Description | |
---|---|---|---|
Database | MongoDB | BookingWebApp | MongoDB database with 3 collections (users, hotels, bookings) |
Backend | NodeJS | BookingWebApi | NodeJS API |
Frontend | Angular | BookingWebApp | Angular web app for booking |
npm install
: Install all dependencies for both backend and frontendnpm run build
: Build docker images from both the backend and frontendnpm start
: Start all docker containers according to the settings specified in thedocker-compose.yml
file