Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CRUD boilerplate using Angular, Spring Boot, Java, Mongo, and finally dockize the application.

Notifications You must be signed in to change notification settings

CutupAngel/spring-boot-angular-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

angular-spring-mongo-docker

This project will show how to dockerize and run a full stack project(angular,spring,mongoDB).

##Instruction:

To run both backend and frontend by building the docker files.

docker-compose.yml

  1. Download from Github.

    git clone https://github.com/CutupAngel/spring-boot-angular-docker.git

  2. Build Spring Boot into Executabe Jar using MVN.

    cd Backend mvn clean package && java -jar target/app.jar

  3. Run Docker

    docker-compose up

  4. Create asmd_mongo_db Database and create roles collection using mongoExpress(localhost:8081) Insert 2 roles into roles collection

    ROLE_USER ROLE_ADMIN

About

CRUD boilerplate using Angular, Spring Boot, Java, Mongo, and finally dockize the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /