Skip to content

gbubemismith/Hahn.Application.Process.February2021

Repository files navigation

Hahn.ApplicatonProcess.Application

A fullstack application built with .net 5.0 on the server side and Aurelia Framework on the client. The web api was built using trending software patterns and designs such as Unit of work, DDD, Repository pattern and SOLID. The wb api also use EntityFramework.Inmemory, Fluent Api, Fluent Validation, Automapper.

Installation

Prerequisities

Docker needs to be installed.

Clone current project with git

git clone {url}

Project has been dockerised and image can be created with the command

docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d

Once this is completed the application can be reached on

http://localhost:8000/home

Swagger url: http://localhost:8000/swagger

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

License

MIT