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

Add docs for front end to use #14

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

Jack17432
Copy link
Member

No description provided.

@Jack17432 Jack17432 requested a review from a team September 14, 2024 06:35
@Jack17432 Jack17432 self-assigned this Sep 14, 2024
@Jack17432 Jack17432 marked this pull request as draft September 14, 2024 06:36
@Jack17432 Jack17432 marked this pull request as ready for review September 14, 2024 06:36
@Jack17432 Jack17432 merged commit 1b95cc7 into main Sep 14, 2024
1 check passed
@Jack17432 Jack17432 deleted the feat/add-docs-for-frontend-to-run-local branch September 14, 2024 07:26
xandermcleod added a commit that referenced this pull request Oct 2, 2024
* Add DB connection check, example endpoints, and docker compose (#10)

* 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 (#12)

* Add http examples for example DB endpoints

* address PR comments

* Created schema for flexible and extensible forms (#11)

* 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 some more docs (#14)

* added dependencies to cargo toml

* Add endpoints (#15)

* 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 auth to the backend

* rolled back dependencies and moved env vars to config

* made changes for linter

* Alex/auth (#16)

* added dependencies to cargo toml

* added auth to the backend

* rolled back dependencies and moved env vars to config

* made changes for linter

* created find and submit form function

* fixed form id test issues

* added find all endpoint for forms associated to the signed in user

---------

Co-authored-by: LeavesOfFall <131100486+LeavesOfFall@users.noreply.github.com>
Co-authored-by: Chris Graham <Chrisgraham908@gmail.com>
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.

2 participants