Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 548 Bytes

File metadata and controls

23 lines (18 loc) · 548 Bytes

Gitpro

project landing page

Description

GitPro is a web application by which especially HackYourFuture students, new developers can create their portfolio with a resume and showcase their best works.

🛠 Installation and Set up

  • Clone the repository
$ git clone https://github.com/fgsumer/gitpro.git
  • Install the dependencies on both root and front end directories
$ npm install 
  • To run the project locally
$ nodemon server 
$ npm start (for the front end)