Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🖥️
- Host: GitHub
- URL: https://github.com/blaz-cerpnjak/express-stackoverflow-replica
- Owner: blaz-cerpnjak
- Created: 2022-04-25T10:22:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T17:23:11.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T20:37:37.950Z (2 months ago)
- Topics: application, express, handlebars, mongodb, nodejs, stackoverflow-replica, web
- Language: Handlebars
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.