-
Download and Install Docker on your System
-
Run the following command to get the project running
a. This builds all the docker images and creates a volume for the host system
docker-compose build
b. Once you've built all the images you can run them with
docker-compose up -d
NOTE: You only need to build images once unless there are new dependencies installed into each project
c. To shut down all containers use
docker-compose down
You can also use this to delete all volumes
docker-compose down -v
-
Navigate to:
a. http://localhost:3000 for the app
a. http://localhost:8080 for the web service or api
a. http://localhost:27017 for the database using Robo3T or MongoDB Compass
-
Notifications
You must be signed in to change notification settings - Fork 0
License
tranvnb/course-registration-assistant
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published