Skip to content

martynakrysinska/github-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Bookmarks

Full stack web application for searching and bookmarking Github repositories.

Getting started

  1. Download the repository
  2. Download backend dependencies:
cd Backend && yarn
# or
cd Backend && npm install
  1. Download frontend dependencies
cd frontend && yarn
# or
cd frontend && npm install
  1. Start the server:
cd Backend && yarn dev
# or
cd Backend && npm dev

( running on localhost:4000 )

  1. Start the frontend:
cd frontend && yarn start
# or
cd frontend && npm start

( running on localhost:3000 )

About

Coding challenge for a Junior Software Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors