Skip to content

ashishkrtewari/resumeguru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume guru

Quickly create, save and download your resume.

The project uses:

  • NodeJS, Express, Mongoose, Graphql, JWT, BCrypt on the server.
  • React JS, Apollo, Bulma CSS on the client

Setup the Project

Install main dependencies

npm install

Install client and server dependencies

npm run setup

start the client and server

npm start