Git Product home page Git Product logo

film-fan's Introduction

Film Fan

Description

Film Fan is sleek web application built using Svelte and Django, designed for movie enthusiasts. This app allows users to create personalized accounts, build, and manage their film lists with comprehensive CRUD (Create, Read, Update, Delete) functionalities.

Project Setup

Prerequisites

  • Python 3.8 or higher
  • Node.js and npm
  • A PostgreSQL database (or another database of your choice, but you'll need to configure it in Django settings)

Installation

Backend Setup (Django)

  1. Clone the Repository

    git clone https://github.com/kdleonard93/film-fan.git
    cd film-fan
  2. Set Up a Virtual Environment (Optional but recommended)

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install Backend Dependencies

    cd backend
    pip install -r requirements.txt
  4. Database Migrations

    python manage.py migrate
  5. Create a Superuser (for admin access)

    python manage.py createsuperuser
  6. Run the Django Server

    python manage.py runserver

Frontend Setup (SvelteKit)

  1. Navigate to the Frontend Directory

    cd ../frontend  # Assuming you're in the backend directory
  2. Install Frontend Dependencies

    npm install
  3. Run the Development Server

    npm run dev

Using the Application

  • The Django backend serves a RESTful API for film data.
  • The SvelteKit frontend provides an interactive UI to view, add, and manage films.
  • Visit http://localhost:5173 (or however your local is set) in your browser to interact with the application.

Deployment

  • Instructions for deploying the Django backend (TBD)
  • Instructions for deploying the SvelteKit frontend (TBD)

License

This project is licensed under the MIT License

Acknowledgments

  • This project was built as part of a learning journey in full-stack development.
  • Special thanks to the SvelteKit and Django communities for their extensive documentation and support.

Contact

For any queries or suggestions, feel free to contact Kyle Leonard - [email protected].

film-fan's People

Contributors

kdleonard93 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.