Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a9na/star_wars_django_app
🌌🚀 A Django app to manage and display Star Wars characters, planets, and starships. Showcases basic CRUD operations and offers a user-friendly interface to explore the Star Wars universe. 🌟🧑🚀
https://github.com/a9na/star_wars_django_app
crud crud-application django python star-wars
Last synced: about 1 month ago
JSON representation
🌌🚀 A Django app to manage and display Star Wars characters, planets, and starships. Showcases basic CRUD operations and offers a user-friendly interface to explore the Star Wars universe. 🌟🧑🚀
- Host: GitHub
- URL: https://github.com/a9na/star_wars_django_app
- Owner: a9na
- Created: 2024-08-31T10:52:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T10:02:26.000Z (5 months ago)
- Last Synced: 2024-11-11T06:27:52.501Z (3 months ago)
- Topics: crud, crud-application, django, python, star-wars
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Star Wars 🌌🚀
### Description
Django Star Wars is a simple web application that manages and displays a database of Star Wars characters, planets, and starships. Built with Django, this project demonstrates basic CRUD (Create, Read, Update, Delete) operations and provides a user-friendly interface to explore the Star Wars universe. 🌟👽### Features
- **🪐 Character Management:** Add, update, and delete Star Wars characters
- **🌍 Planet Information:** Browse and manage details of various planets
- **🚀 Starship Overview:** Explore and manage starships from the Star Wars galaxy
- **🔄 CRUD Operations:** Perform basic create, read, update, and delete functions### Getting Started
1. **Clone the repository:**
```
git clone https://github.com/a9na/star_wars_django_app.git
```
2. **Navigate to the project directory:**
```
cd star_wars_django_app
```
3. **Install dependencies:**
```
pip install -r requirements.txt
```
4. **Run the application:**
```
python manage.py runserver
```