https://github.com/junaidsalim/englishdictionary-django
English Dictionary developed in Django
https://github.com/junaidsalim/englishdictionary-django
beginner-project dictionary dictionary-application django django-application python python3
Last synced: about 2 months ago
JSON representation
English Dictionary developed in Django
- Host: GitHub
- URL: https://github.com/junaidsalim/englishdictionary-django
- Owner: JunaidSalim
- License: mit
- Created: 2024-04-04T19:23:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:55:44.000Z (about 1 year ago)
- Last Synced: 2025-02-11T13:52:25.417Z (4 months ago)
- Topics: beginner-project, dictionary, dictionary-application, django, django-application, python, python3
- Language: Python
- Homepage: http://junaidsaleem.pythonanywhere.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnglishDictionary-Django
English Dictionary built in DjangoTry it Here: Preview
For running in your local machine:
Clone the repository:
```bash
git clone https://github.com/JunaidSalim/EnglishDictionary-Django.gitcd django-weather-app
pip install -r requirements.txt
python3 manage.py runserver
```