Back-end server intented for PopUpNow-Marketplace application.
- project zip file or cloned from the repository REPO
- have Docker installed on the machine
- cd into the root folder of the project
Installation guide:
```
cd PopUp-Now\ API
```
The docker-compose.yml file is located in the solution folder.
```
docker-compose build
```
This will build the docker images (SQLServer and API).
```
docker-compose up
```
This will create the containers and start the database and the .NET instance.
Use postman or curl to test the endpoints.