Skip to content

hectorlemus/users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements


Data Base

  • Navigate to docker-postgresql directory.
  • Run docker-compose up -d to up docker container.

Backend (Java-SpringBoot)

  • Navigate to users-api directory.

  • Run mvn install to install dependencies.

  • Run mvn spring-boot:run for up a dev server.

  • Navigate to http://localhost:8080/swagger-ui.html to see API documentation.

  • See API documentation and create user status


Frontend (Angular)

  • Navigate to users directory.
  • Run yarn install or npm install to install dependencies.
  • Run ng serve for a dev server. Navigate to http://localhost:4200/.