spring-boot-angular4-boilerplateQuickstart for spring boot + angular 4 projects

联合创作 · 2023-09-23 02:26

Spring Boot + Angular 4 Boilerplate



Code Climate Issue Count


Quick start for Spring Boot + Angular 4 projects with JWT auth


Includes:


Front-end:



  • angular-cli boilerplate files

  • JWT authentication service


Back-end:



  • gradle build file

  • boilerplate files

  • JWT authentication


Setup


You can use setup.sh script to change name and version of the app and database connection properties. Just run sh setup.sh and follow the instructions.


Build and Run


First of all you need to configure the database. Properties are located in ./backend/src/main/resources/application.properties file.



By default application is using PostgreSQL database(name: test, user: test, password: test).



Also you need to configure JWT secret in file listed above.



  1. Run npm install --prefix frontend to install front-end dependencies.

  2. Run npm run build:prod --prefix frontend to build angular application.

  3. Run ./init_db to create database, dbuser and dump default schema.

  4. Run gradle build -p backend to build a spring boot application.

  5. Run gradle bootRun -p backend or java -jar backend/build/libs/app-name-[version].jar to start spring boot application on embedded server.



By default server will be running on port 8080.



Development



  • npm start --prefix frontend to start front-end server for development.

  • npm run start:prod --prefix frontend to start front-end server with service-workers.

  • gradle bootRun -p backend to start spring boot application on embedded server.



By default server will be running on port 4200



Testing



  • npm test --prefix frontend - to run front-end unit tests.

  • npm run e2e --prefix frontend - to run end to end tests.

  • gradle test -p backend - to run server tests.


Technologies used



License


spring-boot-angular4-boilerplate is released under the MIT License.

浏览 8
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报