jurczewski / Find-A-Tutor

.NET Core Web application for tutors and students. Part of my BSc thesis entitled "Application for tutors with Paypal transactions in .NET Core technology".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👨‍🏫 Find-A-Tutor Build Status

.NET Core Web application for tutors and students.
Part of my BSc thesis entitled "Application for tutors with Paypal transactions in .NET Core technology".

Technology Stack

  • Backend (WebAPI): .NET Core 2.2
  • Front: ASP.NET Razor
  • Database: MSSQL (docker image)

How to set up project

  • Git clone
  • docker-compose --build
  • Connect to db and exec all .sql files from /scripts to set up database

or

  • In Backend\Find-A-Tutor.Api\appsettings.json, change "sql:inMemory" to true and rerun docker-compose

Bachelor Thesis

Below you can find my bachelor thesis (unfortunately only in polish):
https://github.com/jurczewski/Find-A-Tutor/blob/master/Docs/Bachelor_Thesis.pdf

About

.NET Core Web application for tutors and students. Part of my BSc thesis entitled "Application for tutors with Paypal transactions in .NET Core technology".

License:GNU General Public License v3.0


Languages

Language:C# 76.3%Language:HTML 17.4%Language:CSS 2.9%Language:TSQL 2.5%Language:Dockerfile 0.6%Language:JavaScript 0.2%Language:Shell 0.1%