Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.01 KB

File metadata and controls

40 lines (31 loc) · 2.01 KB

Realtime Poll

A simple real-time poll application which users create a poll and vote.

Screenshots

1 2 3 4

Commands

Client Commands

  • yarn dev starts application in development mode.
  • yarn start starts application (builded application) in production mode.
  • yarn build builds application to 'dist' folder.
  • yarn export exports static html files to 'out' folder.

Server Commands

  • yarn dev starts application in development mode.
  • yarn start starts application (builded application) in production mode.
  • yarn build builds application to 'dist' folder.

Start With Docker

  • Run docker-compose up command on terminal in directory which has docker-compose.yml file.

Used Techs

Next JS GraphQL Apollo-GraphQL MUI Gulp Express.js Redis MongoDB Nginx Docker TypeScript