Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.39 KB

Instructions on how to run the application locally 📝

VITE_SERVER_URL=https://second-dream-server.vercel.app/api/
VITE_IMGBB_API_KEY=""
  • 4️⃣ Open the command prompt on the project path or terminal on the vs code by pressing Ctrl + `

  • 5️⃣ Run the command 'npm i' or 'npm install' to install all the necessary dependencies.

  • 6️⃣ To run the application on http://localhost:5173, run the command 'npm run dev'. if the application is running, you will see the login page on the localhost.

  • 7️⃣ use the credentials to login

<!-- for admin -->
email :superAdmin@gmail.com
password : superAdmin0

<!-- for manager -->
email : manager@gmail.com
password : ManagerPr0

<!-- for user -->
email :user@gmail.com
password : UserPr00

Now you can do all the CRUD operations that was required for the assignment. I will recommend you to see the package.json file to see all the commands.

This application is deployed on firebase