Skip to content

kacperbudny/Datr

Repository files navigation

Datr

A discontinued team project of a roleplay-dating app.

Screenshots

Web app screenshot 1 Web app screenshot 2 Web app screenshot 3

Setup

On one console perform:

dotnet restore
dotnet user-secrets init -p API/
dotnet user-secrets set "TokenKey" "super secret key" -p API/
cd api
dotnet watch run

And on the second one:

cd client-app
npm install
npm start

You should end up with your browser opening up the app.

Technologies

  • .NET Core
  • C#
  • React
  • Typescript
  • CSS

Features

  • Creating accounts with full authentication
  • Setting up dates
  • Chatting
  • Performing CRUD operations

About

A team project (unfortunately unfinished) of a unique dating web app. Uses React, .NET Core and Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published