Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blaz-cerpnjak/express-stackoverflow-replica

📝 Light version of StackOverflow using Express, MongoDB and NodeJS. 🖥️
https://github.com/blaz-cerpnjak/express-stackoverflow-replica

application express handlebars mongodb nodejs stackoverflow-replica web

Last synced: 10 days ago
JSON representation

📝 Light version of StackOverflow using Express, MongoDB and NodeJS. 🖥️

Awesome Lists containing this project

README

        

# Light Replica of StackOverflow

This project is a simple web app, similar to StackOverflow.

## Images
### Login page
    
### Ask questions page
    
### Show question page
    
### Accept question
    
### Home page

## Implemented functionality:
- user authentication (sign up/sign in),
- user images,
- posting and deleting questions with title, description and tags,
- answering questions,
- commenting questions and answers,
- selecting answer as accepted.

## Technologies

This application was developed in [PHP Storm](https://www.jetbrains.com/phpstorm/) using MongoDB, Express and NodeJS.




## Author 👋
This app was developed by [Blaž Čerpnjak](https://github.com/blaz-cerpnjak), who is currently a student at Faculty of Electrical Engineering, Computer Science and Informatics, University of Maribor.
This app was an exercise in one of the subjects.