Skip to content

miraDask/FlashCardsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashCardsApp

FlashCardsApp is a simple web application for creating flash cards and decks to store them. The application is created with Asp.Net Core with React.js template.

Table of Contents

  1. Technology stack
  2. Application Configurations

Technology stack

Front End:

  • React

  • reactstrap

  • Bootstrap

Back End:

  • ASP.NET Core 3.1

  • Entity Framework Core 3.1

  • SQL Server

Application Configurations

  • Check connection string in appsettings.json. If you don't use SQLEXPRESS you should replace "Server=.\SQLEXPRESS..." with "Server=.;...".

  • Add your own secret (needed for generating JWT for authentication) in appsettings.json.

    "ApplicationSettings": { "Secret": "Your secret here" }

  • For test purposes the application makes initial data seeding, use credentials:

    UserName - firstUser, Password - 123456

About

Asp .Net Core - React application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published