Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 2.26 KB

README.md

File metadata and controls

80 lines (52 loc) · 2.26 KB

Thunder Resume Generator

In this application any one can generate their Resume or CV by providing their details. & ofcourse they need to register & login first.


Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement, And also you need a MySql for database

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer.

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.

If the installation was successful, you should be able to run the following command.

$ node --version
v8.11.3

$ npm --version
6.1.0

Project

  • Download the zip file of the project from the Github Repo Link. Then unzip it in a folder where you have installed node & npm.
  • Open this directory in cmd

then run this command one by one

- npm i
- npm i express
- npm i mysql
- npm i body-parser
- npm i crypto
- npm i ejs
- npm i express-session
- npm i formidable
- npm i fs
- npm i nodemailer
- npm i nodemon

After succesfull installation you will see a new folder has generated named node_modules

XAMPP

  • You have to install xampp for mysql local database.
  • then install xampp in your system
  • then turn on apache & MySQL from xampp control panel
  • create database named cv then import the resume.sql file there

now you are good to go to run the application in your system.

Run the application

  • Go to the project directory in cmd
  • just type
    •  npm start
      

then the application will run on the 4050 port .

Just open the browser & go to the http://localhost:4050/

Team Member

- Subhradeep Halder
- Polyon Mondal
- Abir Naskar
- Tanushree Mondal