In this application any one can generate their Resume or CV by providing their details. & ofcourse they need to register & login first.
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
-
Just go on official Node.js website and download the installer.
-
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
-
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
- 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
- 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
- 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.
- 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/
- Subhradeep Halder
- Polyon Mondal
- Abir Naskar
- Tanushree Mondal