This is a stackoverflow clone project built with React JS for the frontend, Express JS and Node JS for the backend and Microsoft SQL Server for the database.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Things you need to use the software and how to install them.
- Download Node.js + NPM
- Download Microsoft SQL Server (unsure)
- Download Visual Studio Code Editor
- Clone the repo
git clone https://github.com/kiprotichmartin/stackoverflow-lite.git
- Install NPM packages
npm install
- Go to the directory "stackoverflow-lite/frontend" and run the following command
npm start
- Go to the directory "stackoverflow-lite/backend" and run the following command
nodemon server.js
Some screenshots of the various pages:
- Homepage (1): homepage-cut
- Homepage (2): homepage-full
- Post An Answer Page: postanswerpage-full
- Ask A Question Page: askquestionpage
- Login Page: loginpage
- Sign Up Page: signuppage
- [✅] Sign Up and Login a user (JWT for auth)
- [✅] Fetch questions, answers and comments from the DB
- [✅] Ask a question, post ans answer and comment on answers
- [❌] Upvote or Downvote an answer and a comment
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Martin Kiprotich - @martinkiprotich - martinkiprotich.mk@gmail.com
Project Link: https://github.com/kiprotichmartin/stackoverflow-lite
