Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Allirey/test_task134

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test task python full-stack

how to use:

clone project:

$ git clone https://github.com/Allirey/test_task134
$ cd test_task134/

create necessary DB and tables:

$ sudo mysql -u [your_user or just 'root'] -p < init_db.sql

create virtual environment:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

To run backend you should be under project root directory:
$ flask run

install frontend dependency:

$ cd frontend/
$ npm install
To run frontend you should be under 'frontend/' directory:
$ npm start

About

test task full-stack python (crud app)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published