System admin dashboard and user API
Welcome to the Django Dashboard and API project, specifically named chuka_app_Django
. 🚀 This project is designed to provide a powerful back end along with a robust API using Django, supported by various technologies.
Make sure you have Python and pip installed on your system. Then, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Django-Dashboard-And-API.git
- Navigate to the project directory:
cd Django-Dashboard-And-API
3.Activate the existing virtual environment:
On Windows:
bash .\venv\Scripts\activate
On macOS/Linux:
bash source venv/bin/activate
4.Install project dependencies:
pip install -r requirements.txt
Once you have completed the installation, you can start the Django development server:
python manage.py runserver
Visit http://localhost:8000 and add the endpoints described in the api description in your web browser to explore!
Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design. asgiref==3.7.2 Django==4.2.7 django-filter==23.3 djangorestframework==3.14.0 Markdown==3.5.1 Pillow==10.1.0 pytz==2023.3.post1 sqlparse==0.4.4 typing_extensions==4.8.0 Feel free to contribute and make this Django Dashboard and API project even more amazing! 🎉