Giter Site home page Giter Site logo

hacktivoverflow-1's Introduction

HACKTIV-OVERFLOW

Deploy Link

http://hacktivoverflow.ibrahim.cool/

Usage

  • Before run this you should:

    run this on server: $ npm install

    run this on server: $ npm run dev or npm start

    run this on client: $ npm run serve

  • Access point:

    client: http://localhost:8080

    server: http://localhost:3000

List Routes

User Routes

Route HTTP Header(s) Body Response
/users POST none name: String
email: String
password: String
Success:
201: Object User
Error:
400: Validation Error
500: Internal server error
/users/login POST none email: String
password: String
Success:
200: Access token, Object User
Error:
500: Internal server error
400: Username / Password wrong

Answer Routes

Route HTTP Header(s) Body Response
/answers/:id GET none none Success:
200: Object answer
Error:
500: Internal server error
/answers/:id PUT token:user description: String Success:
200: Object answer
Error:
500: Internal server error
400: Validation error
/answers/:id/upvotes PUT token:user none Success:
200: Object answer
Error:
500: Internal server error
/answers/:id/downvotes PUT token:user none Success:
200: Object answer
Error:
500: Internal server error
/answers/:id/ DELETE token:user none Success:
200: Object answer
Error:
500: Internal server error

Question Routes

Route HTTP Header(s) Body Response
/questions GET none none Success:
200: Array of object questions
Error:
500: Internal server error
/questions POST token:user title: String
description: String
Success:
201: Object question
Error:
500: Internal server error
400: Validation error
/questions/:id GET none none Success:
200: object question
Error:
500: Internal server error
/questions/:id DELETE token:user none Success:
200: Object question
Error:
500: Internal server error
/questions/:id PUT token:user title: String
description: String
Success:
200: Object question
Error:
500: Internal server error
/questions/:id/upvotes PUT token:user none Success:
200: Object question
Error:
500: Internal server error
/questions/:id/downvotes PUT token:user none Success:
200: Object question
Error:
500: Internal server error
/questions/:id/answer POST token:user description: String Success:
200: Object question
Error:
500: Internal server error

hacktivoverflow-1's People

Contributors

ibamibrhm avatar dmtrxw 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.