Skip to content

kiprotichmartin/stackoverflow-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

STACKOVERFLOW-LITE

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[Stack Overflow-Lite Screen Shot]

(back to top)

Built With

  • React
  • Express
  • Node
  • Microsoft_SQL_Server

(back to top)

Getting Started

Prerequisites

Things you need to use the software and how to install them.

  1. Download Node.js + NPM
  2. Download Microsoft SQL Server (unsure)
  3. Download Visual Studio Code Editor

Installation

  1. Clone the repo
    git clone https://github.com/kiprotichmartin/stackoverflow-lite.git
  2. Install NPM packages
    npm install
  3. Go to the directory "stackoverflow-lite/frontend" and run the following command
    npm start
  4. Go to the directory "stackoverflow-lite/backend" and run the following command
    nodemon server.js

(back to top)

Usage

Some screenshots of the various pages:

  1. Homepage (1): homepage-cut
  2. Homepage (2): homepage-full
  3. Post An Answer Page: postanswerpage-full
  4. Ask A Question Page: askquestionpage
  5. Login Page: loginpage
  6. Sign Up Page: signuppage

(back to top)

Roadmap

  • [✅] 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Martin Kiprotich - @martinkiprotich - martinkiprotich.mk@gmail.com

Project Link: https://github.com/kiprotichmartin/stackoverflow-lite

(back to top)

Acknowledgments

(back to top)

About

This is a clone of the official Stack Overflow website built with React JS for the frontend UI, Express JS & Node JS for the backend and Microsoft SQL Server for the database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors