Files
poo-stack.rs/README.md
2022-12-23 11:55:42 +02:00

828 B

Project structure

The project structure is divided into 3 thingies

Frontend

Backend

Ohoihohohoho t he fun begins here

  • Covering get requests for now to fetch data
  • the path is read from the macro atop the functions
  • the function takes variables that are in {} in the path
  • must pass the vars into their smaller first not directly web::Path or whatever
  • Template function for ticket extraction exists
  • Make retrieval functions for all data types (Refer to models.rs for those and their parameters)

Models.rs

the good file where the structs that interact with the database occurred