Giter Club home page Giter Club logo

stackoverflow-lite's Introduction

StackOverflow-Lite

Travis Build Coverage Status Codeclimate

Project Overview

StackOverflow-lite is a platform where people can ask questions and provide answers.

Required Features

  1. Users can create an account and log in.
  2. Users can post questions.
  3. Users can delete the questions they post
  4. Users can post answers
  5. Users can view the answers
  6. Users can accept an answer out of all the answers to his/her queston as they preferred answer

Challenge 1 - Create UI Templates

Complete UI Pages

  1. Signup and signin pages
  2. Questoins list page
  3. View questions and Answers page
  4. Post question page
  5. User profile page
  6. Host UI template on github pages

Hosted on GitHub pages

https://winniejerop.github.io/StackOverflow-Lite/

Installation

To install:

Testing

pytest unittest

Challenge 2 - Setup API Endpoints

Api Endpoints

Installation

To install:

Api Endpoints

/api/v1/questions (get all questions)

/api/v1/questions (post a question)

/api/v1/questions/001

/api/v1/questions/1:001/answer

Challenge 3 - Setup API endpoints and secure them using JWT

Installation

To install:

Api Endpoints

POST /api/v1/auth/signup

POST /api/v1/auth/login

GET /api/v2/questions

GET /api/v2/questions/001

POST /api/v2/questions/1:001/answer

PUT /api/v2/questions/001/answers/

stackoverflow-lite's People

Contributors

wrotich avatar

Watchers

 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.