Skip to content

.NET Core API backend to support a Dating App's functionality and interaction with its data store

Notifications You must be signed in to change notification settings

OisinFoley/DatingApp-API

Repository files navigation

Dating App API

This is an API backend to facilitate data access between the DatingApp data store and its associated front-end app.

Requirements

Provide an appsetting.json file with the following keys:

{
  "AppSettings": {
    "Token": "<ADD_KEY_HERE>"
  },
  "CloudinarySettings": {
    "CloudName": "<ADD_KEY_HERE>",
    "ApiKey": "<ADD_KEY_HERE>",
    "ApiSecret": "<ADD_KEY_HERE>"
  },
  "ConnectionStrings": {
    "DefaultConnection": "Data Source=datingapp.db"
  }
}

About

.NET Core API backend to support a Dating App's functionality and interaction with its data store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages