This is a simple web application that allows to create orders in restaurant. It is built with ASP.NET 8.0. Web service is described in this post.
- Clone the repository
- Run
docker-compose up -d
in the root directory
Use Swagger UI to test the endpoints. It is available at http://localhost:8081/swagger/index.html
.
The application uses JWT for authentication. To get a token:
- Register a user using
POST /api/users
- Authenticate using
POST /api/users/token