Skip to content

A full-stack app that helps anyone who is looking for a new job to create a professional resume fast and easy

Notifications You must be signed in to change notification settings

illonab/cvpuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Puzzle

The service allows its user to build and download their personal resume. The goal is to make it interactive so that users see what they build right away.

How to start client and server in one terminal window

  1. Clone the repository
  2. Run npm install in the root folder
  3. Run npm run dev in the root folder

How to start client separately

  1. Clone the repository
  2. Run npm install in the root folder
  3. Run npm run client in the root folder

How to start server separately

  1. Clone the repository
  2. Run npm install in the root folder
  3. Run npm run server in the root folder

By default the client is running on port 3000 and the server is running on port 8080. See .env to change these values.

How to clean the database

The sevice uses filesystem based database RocksDB. It is configured to use /dbfolder as the root folder for the database. To clean the database

  1. Stop the server
  2. Remove the /dbfolder folder
  3. Start the server again

The database should now be clean.

Presentation

https://docs.google.com/presentation/d/1O7lzm9JDRsEDwwOG69tJnDJGAHyih4kUD93tWM0XdJA/edit?usp=sharing

About

A full-stack app that helps anyone who is looking for a new job to create a professional resume fast and easy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published