vishalmarakana / AnsMyQuery

A Question Answer Site developed using Reactjs and Expressjs

Home Page:http://www.ansmyquery.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnsMyQuery

AnsMyQuery is a Question Answer site like stackoverflow developed using JavaScript.

AnsMyQuery uses a number of open source projects to work properly:

  • ReactJS - HTML enhanced for web apps!
  • React Bootstrap - great UI boilerplate for modern web apps
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • GraphQL - A modern Query Language
  • Mongodb - A document oriented Database
  • Redux - State Management tool for frontend frameworks

And of course Dillinger itself is open source with a [public repository][dill] on GitHub.

Installation

AnsMyQuery requires Node.js to run.

Install the dependencies and devDependencies and start the Backend server.

$ cd Backend-Express
$ npm install
$ node app.js

Install the dependencies and devDependencies and start the Frontend server.

$ cd Frontend-React
$ npm install
$ yarn start

Open http://localhost:3000 in a browser

About

A Question Answer Site developed using Reactjs and Expressjs

http://www.ansmyquery.ml


Languages

Language:JavaScript 90.1%Language:HTML 5.5%Language:CSS 4.4%