Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likolk/stack_underflow
An Alternative To Stack Overflow :)
https://github.com/likolk/stack_underflow
authentication css database deployment docker dockercompose ejs expressjs html5 mongodb nodejs render single-page-app single-page-applications views websockets
Last synced: 11 days ago
JSON representation
An Alternative To Stack Overflow :)
- Host: GitHub
- URL: https://github.com/likolk/stack_underflow
- Owner: likolk
- License: gpl-3.0
- Created: 2022-12-26T19:43:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T09:22:53.000Z (about 2 years ago)
- Last Synced: 2024-11-12T05:38:26.126Z (2 months ago)
- Topics: authentication, css, database, deployment, docker, dockercompose, ejs, expressjs, html5, mongodb, nodejs, render, single-page-app, single-page-applications, views, websockets
- Language: JavaScript
- Homepage: https://stack-underflow.onrender.com/
- Size: 13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software Atelier 3 - The Web: Final Project
## Repository content:
This repository contains the project for Software Atelier 3 - The Web, a 3rd semester course of the Faculty of Informatics of Università della Svizzera Italiana, located in Lugano.## What is Stack Underflow:
Stack Underflow is a web application that facilitates discussions regarding software development. Users have the chance to ask and at the same time, answer questions. Reciprocal sense is consequently a crucial element that separates people who use the program, enabling collaboration and knowledge-sharing.The application may provide anyone a large collection of questions and answers, with the option for each individual to register or remain anonymous. Authenticated users can vote for the best answers and so promote those they find informative or useful.
The application interface is user friendly, providing a pleasant experience while browsing and ensuring the navigation to questions and answers is very simple.
The application is written using web programming languages;
In particular, the back-end is built using Node.js, Express.js and Socket.io frameworks.The front-end, is created using EJS views, HTML, CSS and JavaScript.
Our objective is to create a platform that allows anyone to share information through a big forum of questions and answers, and the ability to remain anonymous while browsing. The target audience of our application, includes, but is not limited to learners, software developers, students, and computer enthusiasts.
The application is hosted on Render, a cloud platform that facilitates the deployment of web apps.\
You can find the link to the application [here](https://stack-underflow.onrender.com).## Authors:
- Gianinazzi Mattia ([GianinM](https://github.com/GianinM))
- Likollari Kelvin ([likolk](https://github.com/likolk))
- Facineroso Jarod ([facinj](https://github.com/facinj))
- Cino Leonardo ([leonardo997](https://github.com/leonardo997))
- Copa Alan ([AlanCopa](https://github.com/AlanCopa))
- Deidda Paolo ([DePoli97](https://github.com/DePoli97))
- Smaldone Michele ([Smxldo](https://github.com/Smxldo))## Project Progress
The following is a table containing all the milestones' last commit codes, the GitHub milestones links and Google Slides presentation links.
| | Date | GitHub Milestone | Final Commit | Presentation Link |
| -- | :--------- | :-------------------- | :------------------- | :----------------------------- |
| #1 | 18/11/2022 | --- | --- | --- |
| #2 | 02/12/2022 | Milestone 0 | 602f511 | [Click here](https://github.com/GianinM/USI_StackUnderflow/blob/main/Presentations/Milestone0.pdf)
| #3 | 09/12/2022 | Milestone 1 | 2c3a0e5 | [Click here](https://github.com/GianinM/USI_StackUnderflow/blob/main/Presentations/Milestone1.pdf) |
| #4 | 16/12/2022 | Milestone 2 | 6becc55 | [Click here](https://github.com/GianinM/USI_StackUnderflow/blob/main/Presentations/Milestone2.pdf) |