GitPro is a web application by which especially HackYourFuture students, new developers can create their portfolio with a resume and showcase their best works.
- 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)