Write an API using ASP.NET Core and consume it by MVC Client. Deploy at Linode.
Clone this repository by running following command
git clone https://github.com/LeRon1605/ICode.git
The project is configured to run by Docker Compose. The services are listed in the docker-compose.yml file. You can launch this project by the following command.
docker-compose up
Visit http://localhost:3000/api/swagger/index.html for Swagger document for the web API project.
Visit http://localhost:3000 to access web application.
- Platforms/Framework: ASP.NET Core, Entity Framework, Docker.
- Database: SQL Server.
- Cache Server: Redis.
- Background Service: Hangfire.
- Tools: Postman, LINQPad, Swagger.
- Web server: Nginx