Project |
Techs |
Installation |
Start |
Test |
Contributing |
License
Let Me Ask is a simple application that lets the user create real-time Q&A rooms and organize their audience questions (pin, favorite or mark as answered). It was made using the Real Time Database from Firebase.
It was firstly idealized by @Rocketseat's Next Level Week #6 - Together.
Deployed here.
First you need to clone the project using git clone https://github.com/leoronne/letmeask.git
.
Then you can install the application using npm install
or yarn install
on the client and server directory.
To start the application interface just run npm start
or yarn start
on the root dir.
To run the tests on this application, just run npm run test:cover
or yarn test:cover
on the client directory, it will generate a coverage report on the same dir.
Please read CONTRIBUTING for details on code of conduct, and the process for submitting pull requests to the project.
- MIT license
- Copyright 2020 © Leonardo Ronne.