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.
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