Giter Site home page Giter Site logo

cvpuzzle's Introduction

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

cvpuzzle's People

Contributors

illonab avatar

Watchers

Oleksandr Beshchuk avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.