Note : Postgresql Needs to be installed locally or run using before starting the project
Modify the below sample and store as .env
. in project root before running
DATABASE_URL=postgres://{USERNAME}:{PASSWORD}@{HOST}:{PORT}/{DATABASE_NAME}
VITE_API_URL=http://localhost:3000/api
EXPRESS_PORT=8080
yarn
yarn migrate:dev
yarn client:dev
yarn server:dev
yarn dev
- WebSocket fails to update upvote count for hidden comments