- Django
- React
Setting the value DATABASE_URL
correctly in .env
file will enable the relevant database with the correct database engine installed.
- PDM for Python
- NPM for React
- Tan Stack router
- React Hook Form
- Vite
Fork the repository, clone the forked repo into your system. The very first thing you would want to do is to rename the Django project to name of your liking for which there is a rename script.
./scripts/rename.sh <new_name> <old_name>
Old name is optional, in case you want to rename it again.