Skip to content

Anikesh02/OpportuNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fetching git code to local system:

  • Clone the repository from GitHub:
    git clone https://github.com/Anikesh02/OpportuNet.git
    

For Frontend:

  • Open Frontend Folder:
    cd frontend
    
  • Install npm dependencies after changing working directory to frontend:
    npm install
    
  • After installing dependencies run:
    npm run dev
    

For Backend:

  • In another terminal, Open Backend Folder:
    cd backend
    
  • Install npm dependencies after changing working directory to location:
    npm install
    
  • After installing dependencies run:
    npm run dev
    

Make sure to rename .env.sample to .env in both frontend and backend with your credentials

If you liked the project consider giving it a star ⭐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published