Skip to content

AminAbdisamad/RAADI

Repository files navigation

RAADI

How to Install

Note
You should have latest python version installed TIP: We’re using pipenv to manage python virtual env, so make sure you have installed it too.
  • clone the reposity

  • cd into the directory

  • run pipenv install to create a virtual env and install project dependencies

Project Structure

Codebase Description

hilib

The backend API (FastAPI)

caano

Frontend app (Nextjs)