Commit Graph

4 Commits

Author SHA1 Message Date
Camerin Figueroa 4f1a16cf56
Update lib.rs 2024-04-30 11:18:56 -04:00
Camerin Figueroa f134f7e690 docker-compose_update - Updated docker-compose to be fully functional
I updated Dockerfile and docker-compose.yml to work together.
Each component of the app can now be deployed at once.
2024-04-29 21:02:02 +00:00
Camerin Figueroa da0f1ddf2d Commented and Refactored codeMade ids in the database i64 values to increase available id spaceMoved some structs and enums from main.rs to models.rsCommented structs and functions 2024-03-06 22:43:16 +00:00
Camerin Figueroa e02426797d Added Additional features
Postgres database and diesel was added
History capability has been added
Added additional handlebars pages to view and submit get/post requests via form.
2024-03-04 22:19:39 +00:00