Skip to content

Cokser/cvify

Repository files navigation

Make your CV faster

What's inside?

This monorepo project uses a turborepo as a basic architecture. Yarn as a package manager.

Apps and Packages

  • backend: a NodeJs/Express app
  • frontend: a Client React app
  • database: MongoDB stored in AWS Atlas Cluster
  • ui: a stub React component library shared by both frontend and backend applications
  • config: configurations (eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools:

Setup

Setup local .env configuration from .ENV_TEMPLATE, after that:

cd cvify
yarn install

Build

To build all apps and packages, run the following command:

cd cvify
yarn run build

Develop

To develop all apps and packages, run the following command:

cd cvify
yarn run dev

About

Project that gives you an instrument for creating, editing and view CV's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published