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

Stargazers

 avatar Fred Wang avatar  avatar Joost Verdaasdonk avatar Muhammad Ridwan Hakim avatar soags avatar  avatar Hank avatar duvangiraldo avatar Alexandr Bodrov avatar Daniel Nutu avatar Nikola Simic avatar Ashley Wiggins avatar Erin McLaughlin avatar Por Tanongsak avatar Robert Vonk avatar Anders Andersen avatar  avatar Kent Riggins avatar  avatar  avatar Emily avatar STYLIANOS IORDANIS avatar Steve Bond avatar George Yang avatar Bilgehan Zeki ÖZAYTAÇ avatar Casper Olsen avatar

Watchers

Bilgehan Zeki ÖZAYTAÇ avatar David Glassborow avatar  avatar Kent Riggins avatar  avatar Muhammad Ridwan Hakim avatar  avatar

tinroll's Issues

TinRoll doesn't support basic Q&A flow

For a first step TinRoll needs to support basic Q&A.

Work to be completed:

  1. Adding api endpoints for Answer entities
  2. Adding UI for viewing questions, creating questions
  3. Adding UI for creating answers to a specific question, viewing answers for a specific question.

The question api endpoints already exist so work can be started on item number 2.

@stefan-kenyon At the moment we can use issues to track things that are pending. This is a bit better than commenting on old PRs. Once some of the basic React stuff is setup I could also do some UI work. I can also show you some backend F# stuff at some point.

Weekly Digest (24 February, 2019 - 3 March, 2019)

Here's the Weekly Digest for MorganW09/tinroll:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

❤️ #3 Setup Basic CRUD Operations for User Entity, by MorganW09
❤️ #1 Add manager and db, by MorganW09


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
💜 #3 Setup Basic CRUD Operations for User Entity, by MorganW09
💜 #1 Add manager and db, by MorganW09


COMMITS

Last week there were 3 commits.
🛠️ Update issue templates by MorganW09
🛠️ [Setup Basic CRUD Operations for User Entity (#3) * Fixing casing on project names


CONTRIBUTORS

Last week there was 1 contributor.
👤 MorganW09


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository MorganW09/tinroll to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (21 February, 2019 - 28 February, 2019)

Here's the Weekly Digest for MorganW09/tinroll:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #1 Add manager and db, by MorganW09


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #1 Add manager and db, by MorganW09


COMMITS

Last week there were 8 commits.
🛠️ Merge pull request #1 from MorganW09/addManagerAndDb Add manager and db by MorganW09
🛠️ Adding database command and updating commands.txt by morganpar
🛠️ Adding first migration commit, still need to test. by morganpar
🛠️ Adding correct project level references by morganpar
🛠️ Updating references by morganpar
🛠️ Adding basic project setup by morganpar
🛠️ Adding gitignore by morganpar
🛠️ Initial commit by MorganW09


CONTRIBUTORS

Last week there were 2 contributors.
👤 MorganW09
👤 morganpar


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository MorganW09/tinroll to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Weekly Digest (2 March, 2019 - 9 March, 2019)

Here's the Weekly Digest for MorganW09/tinroll:


ISSUES

Last week 1 issue was created.
It is closed now.

CLOSED ISSUES

❤️ #5 Filling out basic CRU operations, by MorganW09


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
💜 #5 Filling out basic CRU operations, by MorganW09


COMMITS

Last week there was 1 commit.
🛠️ [Filling out basic CRU operations (#5) * Fixing casing on project names

  • Starting work on populating Question and Answer repositories.

  • Adding first mapping files

  • Renaming api folder name

  • Renaming all solution files with Git

  • Updating spacing test

  • Adding spacing test again

  • Further enhancement of basic crud operations

  • Adding User creation and selection.

  • Finishing up basic crud operations for User

  • Halfway through changes to crud operations.

  • Implementing generic repository

  • Halfway through adding crud operations for Answer

  • Working on mapping and manager functionality

  • Testing controller actions

  • Completing User, Question and Answer CRU operations.](a4cfdeb) by MorganW09


CONTRIBUTORS

Last week there was 1 contributor.
👤 MorganW09


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository MorganW09/tinroll to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

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.