Skip to content

safronov-md/cegeka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration before running

  1. Create virtual environment in the root folder of project. (python3 -m venv venv)
  2. Activate virtual environment (source venv/bin/activate)
  3. Install requirements to virtual environment (pip install -r requirements.txt)

Run as WEB

  1. Activate virtual environment, if you didn't do it yet (source venv/bin/activate)
  2. Run command - python3 curriculum.py
  3. Available endpoints : GET /personal; GET /experience; GET /education

Run as CLI

  1. Activate virtual environment, if you didn't do it yet (source venv/bin/activate)
  2. run commands: flask get-personal-info; flask get-experience-info; flask get-education-info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages