This repo is created as assignment for internship at AI cert , hope you guys like it. :)
-
Download the zip file
-
Open the unzip file in any preferred IDE
-
Navigate to project directory
cd AI cert
- for frontend (made using vite )
cd frontend VITE_PORT = 3000
- for frontend (made using vite )
cd frontend npm i
- for backend
cd backend npm i
- for frontend (made using vite )
cd frontend npm run dev
- for backend
cd backend npm run dev
- Connection string of MongoDB is already present, no need to modify it.
- For easy setup, cors is allowed for all. But deployed version is secured.
For any help or questions, please open a new github issue and I will get back to you :)