Home

Awesome

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:

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
  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