Giter Site home page Giter Site logo

tinroll's Introduction

TinRoll

A stackoverflow clone built with C# + EF Core for the backend and React for the front end. Right now it's very feature bare. You can ask text only questions and can view them in a list.

Running Locally

DB Setup:

  1. Install Sql Server
  2. Right now TinRoll is defaulted to use localdb instance.
  3. Run src/api/TinRoll.Migrations/updateDatabase.ps1 script to create local database.
  4. If that fails, try logging into sql server instance through SSMS and creating the TinRollDb manually then rerunning the script. Some versions of LocalDb have a bug around creating databases.

API Setup:

  1. Download Visual Studio Code
  2. Open up the API folder in Visual Studio Code.
  3. You should be prompted to install some extensions, the ionide plugin allowing F# support.
  4. Edit the API to your heart's content.
  5. You can either run the project from Visual Studio Code, or un the src/api/run.ps1 script to launch the API.

UI Setup:

  1. In src/ui folder, run npm install.
  2. Run npm run start
  3. Navigate browser to localhost:8080 to access the UI.

Articles

Here are the blog posts that have been written over TinRoll as an app.

Getting Started: Part 1

Getting Started: Part 2

TinRoll #3: Building Out the API Layer

TinRoll #4: Creating a Generic Repository

RoadMap

Things that might get done if time permits.

  • Answers
  • User accounts (some type of basic authentication)
  • Stats (voting, accepted answers, reputation)
  • Comments
  • Admin Features (Flagging
  • Editing Posts
  • Notifications
  • Tags
  • Badges
  • Search
  • wysiwyg editor
  • user profile
  • Multi Tenant
  • ???

tinroll's People

Contributors

morgankenyon avatar morganpar avatar stefan-kenyon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.