A Q&A website based on
Backend: express, mongodb
Frontend: bootstrap, jquery
- Post questions
- Answer asker's questions
- 'Like' or 'Dislike' answers
BUG: Website stays in loading status for a while when 'like' or 'dislike' is pressed too fast.
##Get started
- Download Mongodb and open it in PORT: 27017
- Run the following commands in your terminal
cd /your_project_path
npm install
npm start
- Open your browser and input:
localhost:3000