Full stack web application for searching and bookmarking Github repositories.
- Download the repository
- Download backend dependencies:
cd Backend && yarn
# or
cd Backend && npm install
- Download frontend dependencies
cd frontend && yarn
# or
cd frontend && npm install
- Start the server:
cd Backend && yarn dev
# or
cd Backend && npm dev
( running on localhost:4000 )
- Start the frontend:
cd frontend && yarn start
# or
cd frontend && npm start
( running on localhost:3000 )