- Next.js
- TypeScript
- Aceturnity UI
- Python
- Django
- Navigate to the client directory:
cd client
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Navigate to the server folder:
cd server
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
- macOS/Linux:
source venv/bin/activate
- Windows:
venv\Scripts\activate
- macOS/Linux:
- Install all Python dependencies from
requirements.txt
:pip install -r requirements.txt
- Start the Django development server:
python manage.py runserver
coming soon