The purpose of this project is to create a project for running a Code Camp or other small, local development event. This project will be used for the Atlanta Code Camp starting in 2016.
The project uses the following technologies:
- .NET 5
- Bootstrap 4.5
- Vue 2
- TypeScript
- Azure Blog Storage
You must have SQL Server Express LocalDB installed and started.
- clone the repo
- run
npm install
from thesrc/CoreCodeCamp
folder - edit
src/CoreCodeCamp/appsettings.json
- set
SeedDatabase
totrue
- set
IterateDatabase
totrue
- run the app with VS Code or Visual Studio or
dotnet run
- restore the settings above back to
false
to avoid re-creating the database from scratch each time