Skip to content

nwokolo24/ConstellationWebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To control what type of environment the application is running in (defaults to development):

Use the environment variable:

asp.net_environment

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-3.1

To start this app (using docker, be sure to install it first: https://docs.docker.com/get-docker/):

run run.sh or run.cmd

then go to http://localhost:8080 in the browser

To migrate the schema manually in Visual Studio type:

run script-migration

Take the SQL output and execute it in the new database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.7%
  • HTML 39.8%
  • CSS 10.1%
  • JavaScript 4.3%
  • TypeScript 1.0%
  • Dockerfile 0.1%