Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.26 KB

File metadata and controls

51 lines (37 loc) · 1.26 KB

Web Example Project

Will be done

  • SSL/TLS
  • Machine learning model
  • RabbitMQ
  • CI/CD (Jenkins)
  • Documentation
  • Frontend on React
  • And other things

  • Endpoints in res_forgot_passwd (with redis)
  • Automatic deployment
  • Unit auto tests
  • Error codes
  • Monitoring (Grafana, Prometheus, Cadvisor, Node exporter)

How to start

First step

Create .env file in code directory using example.env.txt

cp example.env.txt .env

Default admin user in PostgreSQL for application:

Login: admin
Password: 12345

BUILD and RUN docker-compose

docker-compose up --build -d

After building and running containers you can check: