Commit Graph

57 Commits

Author SHA1 Message Date
cst 3f4bdef87e style header and footer 2022-06-12 22:56:34 +03:00
cst 93e8b933d1 remove obsolete components 2022-06-12 21:03:33 +03:00
cst 755e698592 style the lessons 2022-06-12 19:40:10 +03:00
cst 52a80bb328 show lesson data 2022-06-12 16:45:06 +03:00
cst 2b10777de8 add react ui anew 2022-06-12 15:33:27 +03:00
cst 7ab1654c16 remove first attempt at react ui 2022-06-12 15:24:50 +03:00
cst 43e5fde219 add initial versions of components and services 2022-06-12 12:20:32 +03:00
cst 3a78a71709 move fastapi backend to separate dir 2022-06-12 09:04:15 +03:00
cst 8dccbd21ec update tests info in the readme 2022-06-10 12:28:36 +03:00
cst fd7bbd053b add test run scripts 2022-06-10 12:22:08 +03:00
cst c667c805de require authentication for read users me 2022-06-10 12:08:47 +03:00
cst ecb222a440 require authentication for search 2022-06-10 11:39:34 +03:00
cst b55b0d1270 require authentication for create lesson 2022-06-10 11:13:37 +03:00
cst 506eb3b2ad add authentication for fetch_lesson 2022-06-10 10:48:44 +03:00
cst 9228c213c5 comment out dependency injection overriding in tests 2022-06-10 10:47:42 +03:00
cst 0e10c4a030 add test for login 2022-06-10 10:24:35 +03:00
cst 636b025d62 add server_install script 2022-06-10 10:24:13 +03:00
cst 30470ca925 add token to pytest namespace 2022-06-10 10:23:51 +03:00
cst 7c76d2af48 remove context and add title field 2022-06-08 10:47:51 +03:00
cst 553db770bd add milligram styles 2022-06-07 16:13:52 +03:00
cst b966d95119 add axios dependency 2022-06-07 16:13:29 +03:00
cst 1e07694daf add CORS 2022-06-07 16:12:58 +03:00
cst 2cae8d2501 add react frontend blueprint 2022-06-07 10:55:40 +03:00
cst ca08e26955 move search endpoint to root router 2022-06-07 10:22:03 +03:00
cst e5f19f5ee3 add run tests section to readme 2022-06-06 16:39:19 +03:00
cst 9405e2c5da add first tests 2022-06-06 16:38:42 +03:00
cst 2c2dbb60a1 requite authentication for fetch_lesson route 2022-06-06 16:38:32 +03:00
cst 329ef76beb add pytest and requests to deps 2022-06-06 16:37:30 +03:00
cst 04fc8ae548 modify initial load scripts 2022-06-05 23:17:15 +03:00
cst 85c3ec8e99 add auth changes to crud, db, schemas 2022-06-05 23:16:27 +03:00
cst 76305e1257 add auth functionality to core 2022-06-05 23:15:58 +03:00
cst bbea29fc89 add auth endpoints 2022-06-05 23:15:15 +03:00
cst b82397e6a3 add hashed password column to initial migration 2022-06-05 23:14:42 +03:00
cst 6e28af9acd add passlib and python-multipart as deps 2022-06-05 23:14:17 +03:00
cst 830568448d add aoi versioning 2022-06-05 15:14:28 +03:00
cst e36b5c4f14 update readme 2022-06-05 12:15:30 +03:00
cst b4adb1a508 add scripts for creating db and intial data load 2022-06-05 12:07:32 +03:00
cst ea2e882bdf modify routes to work with db 2022-06-05 12:07:09 +03:00
cst 52736e456d add deps 2022-06-05 12:06:38 +03:00
cst a32bb0018f add app.schemas 2022-06-05 12:06:23 +03:00
cst 1df7534f16 add app.models 2022-06-05 12:05:48 +03:00
cst 4ecb806441 add app.db 2022-06-05 12:03:39 +03:00
cst 1e4dae3130 add app.crud 2022-06-05 12:00:44 +03:00
cst 36d99b5d47 add setup file 2022-06-05 11:57:11 +03:00
cst 9b1ea2ec8f add db to gitignore 2022-06-05 11:57:01 +03:00
cst 153c8f4e3d add alembic 2022-06-05 11:55:47 +03:00
cst fd13b9f922 add tenacity, pydantic[email] and root to deps 2022-06-05 11:55:07 +03:00
cst 1970165588 add alembic to dependencies 2022-06-04 16:36:28 +03:00
cst 8fb07559e2 add sqlalchemy to dependencies 2022-06-04 16:35:40 +03:00
cst 0eb581cbdd introduce namespaces 2022-06-04 16:24:09 +03:00