Web-application for ordering parking places
with qiwi payments + admin page
-
cmd/ contains the executable file
-
auth/ authentication API
-
personal/ API for creating an acccount
-
orders/ API for making orders
-
rates/ API for setting payment rates
-
parkings/ REST API for creating parking places
-
views/ used for view functions
-
middlewares/ contains middleware for wrapping APIs to avoid having using js on the client side if possible
-
data/ contains packages for working with the database like
-
sessionstorer/ used for storing user sessions which are used for authentication
-
Create the private key on the qiwi payment website
-
Configure the environment variables in docker-compose.yml if needed
-
Launch the app
docker-compose up
-
Connect to the app using your browser of choice
with the credentials and app port that were specified in docker-compose.yml