Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.98 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.98 KB

Aathma 👻

HTML CSS TYPESCRIPT

REACT TAILWINDCSS

EXPRESSJS PRISMA SocketIO POSTGRESQL

ESLINT PRETTIER

HEROKU ACTIONS

Installation and Development

Note : Postgresql Needs to be installed locally or run using before starting the project

Sample ENV file

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

Install All packages

yarn

Migrate Database

yarn migrate:dev

Run Client

yarn client:dev

Run Server

yarn server:dev

Run Client & Server

yarn dev

Known Bugs

  • WebSocket fails to update upvote count for hidden comments