Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 365 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 365 Bytes

Quiz API

deploy:

  1. generate api endpoint from Gemini
  2. create folder .config with file config.toml
  3. insert the following data
[env]
API_ENDPOINT=""
PROJECT_ID=""
LOCATION_ID=""
  1. run with
cargo run 

todo:

  • Connect the API for gemini
  • Connect Mongo
  • Design queries
  • Make crud for all users