pkskelly / CoreCodeCamp

An Open Source Website for running small, local development events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Open Source Website for running small, local development events


Languages

Language:HTML 51.7%Language:C# 16.7%Language:JavaScript 12.8%Language:CSS 7.7%Language:Vue 6.7%Language:PHP 2.2%Language:CoffeeScript 1.7%Language:Less 0.6%