Welcome to Applica, a job application platform!
Backend:
- NestJS
- Typescript
- Apollo Server
- TypeORM Frontend:
- React.js
- Vite
- Apollo Client Communication Protocol:
- Frontend - Backend -> GraphQL
- Web app - databases -> REST Database and their platforms:
- PostgreSQL on neondb
- S3 Storage on supabase
perform npm install on both the backend and the frontend
backend:
cd backend
npm install
frontend:
cd frontend
npm install
Starting the backend:
cd backend
npm run start:dev
Starting the frontend:
cd backend
npm run dev