Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 491 Bytes

medical system

Medical system web site developed by using react, redux, antd, express and postgresql

Dependencies

  • Docker;
  • Docker Compose.

Installation and run

$ git clone https://github.com/EliseevNP/medical-system
$ cd medical-system
$ cd backend && sudo docker-compose build && sudo docker-compose up -d && cd ..
$ cd frontend && sudo docker-compose build && sudo docker-compose up -d && cd ..

Open your browser and visit http://127.0.0.1:3000

License

MIT.