- Django
- Djanog Ninja
- Next.js
- poetry
- pnpm
- docker
- Clone the repository
- Run the docker-compose
docker-compose up --build
please set up your local db firstly and set up .env file properly
- Clone the repository
- Install the dependencies,
poetry lock
- Run the API
4.
poetry run python manage.py runserver
- Run the next.js app
6.
cd client-side/front-end/prompt-smith-front-end
7.pnpm install
8.pnpm run dev
localhost:3000