cia-labs / random

Intelligently random way to making choices
0 stars 2 forks source link

Create Backend application using fast-api #3

Open johnkaramchand opened 9 months ago

johnkaramchand commented 9 months ago

Draw API

  1. Receives all options entered through a POST request
  2. Picks random option
  3. Stores input option and selected option in the database
  4. Returns the selected option

We plan to use Mongo DB as our datastore.

KrunalDevganiya02 commented 9 months ago

Done with all path which can handle the request and response Able to Picks random option Ans returning the selected option

Screenshot_1705405264 Screenshot_1705405383