hereisSwapnil / ExamTime

Share/Download notes PDF helps during exams
https://exam-time.vercel.app
MIT License
55 stars 115 forks source link

Make a your Profile Page #7

Open hereisSwapnil opened 5 months ago

hereisSwapnil commented 5 months ago

I want you to make a profilee page and connect it woth backend, also match the theme of the page

The page should have relevant features to be able to edit profile

VishalGaurav01 commented 5 months ago

Can create a fully functional profile page with the following crud operation. While clicking on your profile...it will redirect to this page. image Assignee: Please assign this issue to me

hereisSwapnil commented 5 months ago

@VishalGaurav01 Done

VishalGaurav01 commented 5 months ago

Unable to set .env file for both frontend and backend because .env.sample only contains the variable name, not any keys. Kindly help me to set up the .env file to start the assignment

Disha-Hati commented 5 months ago

Hi @VishalGaurav01 Under Server>.env file PORT=8000 MONGODB_URI=mongodb+srv://:@cluster3.t0dcotj.mongodb.net/retryWrites=true&w=majority&appName=Cluster03 // You have to Set up Mongo DB SECRET=Anything like AADASDGHYJGUIZQW1294550987 ORIGIN=http://localhost:PORT_NO //port on which client is running

Under Client> .env file VITE_BASE_URL=http://localhost:port_no // Port_no you mentioned in Server Port (above it's 8000)