Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 900 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 900 Bytes

Attractionteka

The aim of the project is to provide tourists with the functionality to obtain information about the attractions of the current city.

Backend

Backend is written on ASP.NET Core with EF Core for data layer. To run backend do following commands in the project directory

dotnet restore

dotnet run

For storing data we use Cloudinary.com, so provide valid credentials in appsettings.json link to it

Frontend

The frontend is written in the React framework. More information can be found in the frontend project folder

Demo

demo.mp4