Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🌟🧑‍🚀

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
```