- Clone the repository
git clone https://github.com/ilya1004/EventsWebApplication.git- Go to the project folder and run it by entering the following command to cmd
docker-compose up-
Wait untill it runs...
-
When the project runs successfully you can navigate to the folowing URL to see the client side of the application
http://localhost:3000/login- You can navigate to the following URL to see the main application endpoints
http://localhost:7012/swagger/index.html- You also can navigate to the following URL to see endpoints of the identity server which is the part of project
http://localhost:7013/swagger/index.html- You can navigate to the following URL to see the email notification which are sended by the Papercut service
http://localhost:8080- Admin
Email: admin@gmail.com
Password: Admin_123- Test users:
- User 1
Email: ilya@gmail.com
Password: Ilya_123- User 2
Email: anna@gmail.com
Password: Anna_123- User 3
Email: dmitry@gmail.com
Password: Dmitry_123