Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alex/form endpoint #19

Merged
merged 16 commits into from
Oct 2, 2024
Merged

Alex/form endpoint #19

merged 16 commits into from
Oct 2, 2024

Conversation

xandermcleod
Copy link
Contributor

No description provided.

LeavesOfFall and others added 16 commits August 19, 2024 10:00
* ping DB on start to ensure connection; add example endpoint that reads from DB

* address Chris's comments

* add docker compose for mongodb

* add example endpoint that writes to DB

* correctly overwrite existing data with example write endpoint

* address review comments
* Add http examples for example DB endpoints

* address PR comments
* created basic user and form struct

* edited and expanded schema for flexibility

* Removed unused HashMap and created module for models

* resolved issues raised in pull request

* created doc comments and added the example to the doc comment

* fixed non-public test issue

* fixed _id problems

* finally fixed id issues and tested
* add basic user and form endpoints

* remove example endpoints

* split endpoints and DTOs into separate files

* add User::create and Form::create

* generate form question IDs on server side

* minor fixes

* update docs

* clippyyyyy

* address review comments
* added dependencies to cargo toml

* added auth to the backend

* rolled back dependencies and moved env vars to config

* made changes for linter
@xandermcleod xandermcleod merged commit fc46b21 into main Oct 2, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants