AKASH KOBAL

Results 2 comments of AKASH KOBAL

Reload dotenv using load_dotenv and reload = True while calling run method ```py import uvicorn from dotenv import load_dotenv load_dotenv("./.env") if __name__ == "__main__": uvicorn.run("app.main:app", host="yout_local_host", port=your_port_no, reload=True) ```

Add top 150 DSA questions.