this is a SSR demo.
Build a Hacker News like App but for lightning talk polling.
A lightning talk is a very short presentation lasting only a few minutes, given at a conference or a meetup etc.
Polling is often needed for the organizers to understand what is more interesting, or for people to decide what should go on stage.
- When a user opens the page, he/she should see a list of lighting talks submitted by the users, ordered by rating (poll amount).
- If there's no lighting talk yet, there should be some description and some text to encourage the users to submit their own talks.
- For each of the talks in the list, the user could vote it by clicking a button.
- After voting it, the user should see an updated version of the list, eg. with new talks and new sorting order etc.
- The users should be able to submit new lighting talks anytime. The required information is the title and description, while the system should also save the submit time and user.
- After submitting a topic, the user should see an updated version of the list.
- server: nestjs
- front: nextjs
- db: typegoose
- auth: passport-local, passport-jwt
- test: jest
brew install [email protected]
brew services start [email protected]
npm install
npm i -g @nestjs/cli
nest start -w src