Aaditya1978 / ResumeHut

Online Resume Builder

Home Page:https://resumehut.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResumeHut

An online application to generate beautiful resumes in a go with a range of different well formated resume templates. Download your resume instantly and edit then in a go.

Badges

MIT License

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

First in your server .env file

MONGO_USER MONGO_PASSWORD CLIENT_URL GITHUB_CLIENT_SECRET GITHUB_CLIENT_ID COOKIE_KEY GOOGLE_CLIENT_SECRET GOOGLE_CLIENT_ID

Then in your client .env.local file

REACT_APP_BASE_URL

Deployment

To deploy this project run

  npm run deploy

The Project is deployed on the following URL

https://resumehut.netlify.app

Client - Netlify

Server - Render

DataBase - MongoDB

Tech Stack

Client: React, Material-UI

Server: Node, Express, MongoDB

Run Locally

Clone the project

  git clone https://github.com/Aaditya1978/ResumeHut

Go to the project directory

  cd ResumeHut

To Run Server

Install dependencies

  npm install

Start the server

  npm start

To Run Client

Install dependencies

  npm install

Start the client

  npm start

Features

  • Mutliple Resume Templates
  • Secured Github Sign In
  • Easily find your created Resumes
  • Profile page to edit and delete resumes created by you

Contributing

Contributions are always welcome!

Screenshots

Main Page

Home Page

Resume Template Page

Profile Page

Feedback

If you like the project please ⭐ the repo.

If you have any feedback, please reach out to us.

About

Online Resume Builder

https://resumehut.netlify.app

License:MIT License


Languages

Language:JavaScript 84.4%Language:SCSS 15.2%Language:HTML 0.4%Language:Procfile 0.0%