Simple webb aplication, that allows users to register and then create, edit or delete their contacts. Application was developed using MEAN (mongo, express, angular, nodejs) stack in Visual Studio Code environment.
- move to root folder of the cloned project
- type next commands in terminal:
docker-compose up --no-start docker start simple-web-mongodb npm install npm start # open another terminal window cd app_public npm install ng serve
- open http://localhost:4200 in browser
- use application as intended