Skip to content

Asif-Ali-13/Academix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Instructions to Execute the Code and Reproduce the Results

  1. Create a .env File in the Server Directory: Create a file named .env and add the following environment credentials:

    PORT=5001
    CLIENT_URL=http://localhost:5173

    MONGO_URI=

    CLOUDINARY_CLOUD_NAME=

    CLOUDINARY_API_KEY=

    CLOUDINARY_API_SECRET=

    PAYPAL_CLIENT_ID=

    PAYPAL_SECRET_ID=

  2. Set Up the Frontend:

    • Open a terminal and navigate to the frontend directory: cd client
    • Install dependencies: npm install
    • Start the development server: npm run dev
  3. Set Up the Backend:

    • Open another terminal and navigate to the backend directory: cd server
    • Install dependencies: npm install
    • Start the backend server: npm run dev
  4. Access the Application:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors