- An full-stack web application for users to send message to each other , this is part of projects built along TheOdinProject Course.
- Tech Stack :
- FrontEnd (Vite + React + React Router + Bootstrap)
- BackEnd (Node + Express + PostgreSQL + Prisma)
- npm install
- add .env file
- add DATABASE_URL = <your postgresSQL connection string>
- add JWT_SECRET_KEY = <your secret key>
- npx prisma migrate dev
- npm run resetDB
- npm run serverstart , enjoy locally at http://localhost:3000/
** Jest + SuperTest Tests are available @npm run test
- pre - Host the backend locally at http://localhost:3000
- pre - update API_URL inside /layout/API_URL.jsx , or the URL to ur actual hosted IP.
- npm install
- npm run dev