Skip to content

getlost01/Resume-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Builder


This application is designed for creating resumes and tracking the visitors who have viewed your resume.
This offers the facility of Google O'authentication login, resume creation, and provide analysis on it.

🔧 Tools Used

  • NodeJS
  • EJS
  • ChartJS / PassportJS / Google O'auth
  • Mongoose
  • CORS, JWT and BCRYPT
  • Javascript / CSS
  • Rest APIs

🔎 Preview


✌️ Contributing

Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Step 1: Clone The Repo

Fork the repository and then clone the repo locally by -

git clone https://github.com/getlost01/Resume-Builder.git

Step 2: Install Dependencies

Jump into the directory

cd Resume-Builder

Step 3: Install all the dependencies

npm install

Step 4: Make .env file

MONGO_CONNECTION_URL= 'mongodb url'
GOOGLE_CLIENT_ID = 'google auth client id'
GOOGLE_CLIENT_SECRET = 'google auth client secret'

Step 5: Start the local server by

npm start

After running the development server the site should be running on https://localhost:9990


Give the project a ⭐ if you liked it.
Made with ❤️ and NodeJS.