CoreCodeCamp icon indicating copy to clipboard operation
CoreCodeCamp copied to clipboard

An Open Source Website for running small, local development events

trafficstars

CoreCodeCamp

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.

Technologies

The project uses the following technologies:

  • .NET 5
  • Bootstrap 4.5
  • Vue 2
  • TypeScript
  • Azure Blog Storage

Running locally

You must have SQL Server Express LocalDB installed and started.

  1. clone the repo
  2. run npm install from the src/CoreCodeCamp folder
  3. edit src/CoreCodeCamp/appsettings.json
  • set SeedDatabase to true
  • set IterateDatabase to true
  1. run the app with VS Code or Visual Studio or dotnet run
  2. restore the settings above back to false to avoid re-creating the database from scratch each time