Giter Site home page Giter Site logo

dj-vue-todo's Introduction

Dj-Vue-todo

Dj-Vue-todo is a web application that integrates Django, Vue.js, and the Django REST framework to create a powerful todo list application. This project demonstrates the seamless interaction between the Django backend, Vue.js frontend, and the RESTful API.

Getting Started

Follow these steps to set up and run the project locally:

Prerequisites

Make sure you have the following installed on your system:

  • Python 3.x
  • Django
  • Django REST framework
  • Node.js
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/Mohamed00Abdelmonem/Dj-Vue-todo.git
  2. Navigate to the project directory:

    cd Dj-Vue-todo
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Install the required JavaScript packages:

    cd frontend
    npm install

Usage

  1. Run the Django development server:

    python manage.py runserver

    This will start the server at http://127.0.0.1:8000/.

  2. In a separate terminal, navigate to the frontend directory and run the Vue.js development server:

    npm run serve

    This will start the Vue.js development server at http://localhost:8080/.

  3. Open your web browser and go to http://localhost:8080/ to access the todo list application.

Features

  • CRUD Operations: Perform create, read, update, and delete operations on todo items using the Django REST framework.
  • Vue.js Components: Utilizes Vue.js components for a modular frontend structure.
  • Django Backend: Backend powered by Django for handling data and business logic.
  • RESTful API: Uses Django REST framework for building a RESTful API to communicate between the frontend and backend.

Contributing

Feel free to contribute to the project by creating issues, submitting pull requests, or providing feedback. Contributions are welcome and appreciated!

dj-vue-todo's People

Contributors

mohamed00abdelmonem avatar

Stargazers

 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.