Skip to content

A full-stack application for managing hotel recommendations, featuring Angular.js for the front end, Node.js for the back end, and MongoDB as the database

Notifications You must be signed in to change notification settings

rahmamansouri/Full-stack-Project

Repository files navigation

Full stack app

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

build the Docker container

docker build --platform=linux/amd64 -t angular-docker .

note that --platform=linux/amd64 is a requirement from render

push the Docker container to dockerhub registry

docker push rahma921/devops

note that devops is the dockerhub repository that hosts the docker images

dockerhub

https://hub.docker.com/r/rahma921/devops/tags

deploy to render

https://devops-2y7t.onrender.com

About

A full-stack application for managing hotel recommendations, featuring Angular.js for the front end, Node.js for the back end, and MongoDB as the database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published