/cv-Tsenin-Kleymenov

Curriculum Vitae is a simple application which similar to HRM in different companies.

Primary LanguageTypeScript

Curriculum Vitae Project 💼

Curriculum Vitae is a simple application which similar to HRM in different companies.

Here you can see a home page of application 👇

curriculum-vitae

How to run the app

  1. Clone the repo: $ git clone https://github.com/curriculum-vitae-team/cv-Tsenin-Kleymenov.git

  2. Install dependencies: yarn or npm install

  3. Start the dev server: yarn start or npm start

All secret-values located in .env file

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Database 💻

To work with the database in our application, we use GraphQL and Apollo Client

To work with queries were used useQuery(), useLazyQuery(), useMutation().