Closed iamibi closed 1 year ago
Initial Project Structure (#1)
Added basic files
Added basic APIs and structure
Updated pylint config in pyproject.toml
switched to poetry instead of pipenv and added tests (#6)
added configuration parser and coverage library (#9)
sorting imports config update (#10)
Add database service (#7)
added database_service.py template
updated credential based mongo access
Updated database_service.py
created password model with hasher (#15)
added JWT based authentication for APIs (#16)
Models (#17)
added model files
moved enum to constants
move password model to user file
formatting
PR feedback
Corrected Imports
user password class change
Co-authored-by: Tyler Hennig tyhennig@gmail.com
Add user service (#19)
created authentication operations and user services
added register routes
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
add services for assignment, module and course (#25)
added services for assignment, module and course
added module service tests
updated assignment test cases
added course api
updated test cases
testing deployment (#26)
testing deployment
added workers
Added insertTestData.py file
added insert message
Added try except for existing data.
moved script to file
use user service for creating users
fixed typos
updated insertTestData.py with services
Co-authored-by: Tyler Hennig tyhennig@gmail.com Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
Initial Project Structure (#1)
Added basic files
Added basic APIs and structure
Updated pylint config in pyproject.toml
switched to poetry instead of pipenv and added tests (#6)
added configuration parser and coverage library (#9)
sorting imports config update (#10)
Add database service (#7)
added database_service.py template
updated credential based mongo access
updated credential based mongo access
Updated database_service.py
created password model with hasher (#15)
added JWT based authentication for APIs (#16)
Models (#17)
added model files
moved enum to constants
move password model to user file
formatting
PR feedback
Corrected Imports
user password class change
Co-authored-by: Tyler Hennig tyhennig@gmail.com
Add user service (#19)
created authentication operations and user services
added register routes
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
add services for assignment, module and course (#25)
added services for assignment, module and course
added module service tests
updated assignment test cases
added course api
updated test cases
Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu
testing deployment (#26)
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
testing deployment
added workers
Added insertTestData.py file
added insert message
Added try except for existing data.
moved script to file
use user service for creating users
fixed typos
updated insertTestData.py with services
Co-authored-by: Tyler Hennig tyhennig@gmail.com Co-authored-by: Syed Mohammad Ibrahim iamibi@umd.edu