Projeto | Tecnologias | Layout | Licença
O projeto é um site onde o usuario pode criar salas como dono ou entrar em uma sala já existente para fazer perguntas
O dono pode adicionar perguntas, marca-las como lidas ou remove-las
A ideia é responder as perguntas em streams
Dependencies
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2"
"nodemon": "^2.0.7"
}
# Clone the repository
$ git clone https://github.com/GabrielMedradoS/QuestionsRoom.git
# Access the project folder at the command prompt
$ cd QuestionsRoom
# Install the dependencies
$ npm install
# Run the script "start"
$ npm start
# The project will start at the door: 3000 - access http://localhost:3000
This project is under the MIT license. See the archive LICENSE for more details.
Gabriel Medrado |