Skip to content

rnrathod16/ResumeBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏅💻 Hacktoberfest21

Hacktoberfest is back this year!

Hacktoberfest is an annual month-long celebration of open source organised every year by DIgital Ocean. Every participant who follows their set of rules and get 4 Pull Requests (PRs) merged will receive swags. For the past years, learners have been hacking throughout October in the open-source community, and this 8th year you can avail yourself the opportunity to partake and contribute to this ever-growing platform.

Note:

Every Pull Request goes through a "Maturing Period" of two weeks, so do be patient during that duration and to make the most of your time, AVOID SPAMMY PRs!!

For More related FAQs visit here

💻Tech Stack

HTML CSS JS

Resume Builder 🍂

Steps

  1. Clone the Project
git clone https://github.com/rnrathod16/ResumeBuilder.git
  1. Change the directory to ResumeBuilder
cd ResumeBuilder
  1. Open Terminal and write below command to install code dependency for Frontend
npm install
  1. Then write this 2 commands to install code dependency for Backend
cd backend
npm install
  1. Create config.env file under backend and write DB = < your temperory database >
touch config.env
  1. Create an issue under Issue section and maintainer will assign you the issue

  2. And start working on the project

  3. Make sure you Pull request under Master Branch

Happy Hacking 💻