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 installfrom thesrc/CoreCodeCampfolder
- edit src/CoreCodeCamp/appsettings.json
- set SeedDatabasetotrue
- set IterateDatabasetotrue
- run the app with VS Code or Visual Studio or dotnet run
- restore the settings above back to falseto avoid re-creating the database from scratch each time