Skip to content

hritamdutta18/BeeResume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐝 BeeResume

Website Logo

BeeResume is an online Resume Builder Application which gives the user an automatically generated pre-designed resume, as per the details entered by one in the multi-step form deployed on the website.

⌛ Project Status

It has been deployed on Heroku. You can check it out here @ BeeResume.
But there is some future scope for this project, which is as follows :

  1. More Resume templates
  2. User Authentication
  3. Database Integration

🛠️ Tools

HTML  CSS  Bootstrap
Node.js  Express.js  React.js

🖼️ Project Screenshots

image.png

image

image.png

image.png

💻 Installation & Setup Requirements

Clone down this repository. You will need node and npm installed globally on your machine.

Proceed ahead by installing the following modules.

Install the following in Node's 'package.json' file ---

Additionally you will require few more dependencies, which are listed below:

- body-parser

npm install body-parser --save

- concurrently

npm install concurrently --save

- cors

npm install cors --save

- express

npm install express --save

- html-pdf

npm install html-pdf --save


You will require a dev dependency nodemon for local deployment.
npm install nodemon --save-dev


Install the following in React App's 'package.json' file ---

Hint (Not required if you clome this repo) : Use npx create-react-app client to create a React App in a folder named client in the current directory.

Do cd client and proceed ahead !

You will require few modules other than the pre-installed ones, which are listed below:

- axios

npm install axios --save

- file-saver

npm install file-saver --save


To Start Server (will open at port 5000)

node index.js

To Start React App (will open in localhost:3000)

npm start


Go to "/package.json" and change the GitHub repository links to your own repository link accordingly !!