by Dylut2000
This app will introduce all entry level interns to learn the basic concept of :
- Angular
- Node JS (express) && Mongo DB
- Docker && Docker-compose
Feel free to use this as a template to your project.
to run the project:
- start your mongoDB
- open your server directory in a terminal
- enter the following commands
npm install
npm start
- open your client directory in a terminal
- enter the following commands
npm install
ng serve -o
- install docker && docker-compose in your system
- open your project root directory then use the following command
docker-compose up --build
the process will take long in order to get the app up
- then go to http://localhost:4200