GitHub - shawnwildermuth/CoreCodeCamp: An Open Source Website for running small, local development events

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

An Open Source Website for running small, local development events

License

Apache-2.0 license

74 stars 35 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

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