Welcome to the Ascend AI Learning tool!
/frontendโ React + Vite frontend/backendโ NodeJS backend
- In main directory add .env
- MONGO_URI= insert db string
- JWT_SECRET=anystring1
- Navigate to
/frontend- npm install
- Navigate to
/backend- npm install
- npm run build-prod
- npm run dev