Skip to content

Asiwomex/django-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Django todo app

This README provides instructions on setting up and running your Django Todo app locally. todoapi

Prerequisites:

Installation:

  1. Clone the repository:

    git clone https://<your_github_repo_url>.git
  2. Create a virtual environment (recommended):

    python -m venv venv  # or virtualenv venv
    source venv/bin/activate  # or . venv/bin/activate (Windows)
  3. Install dependencies:

    pip install -r requirements.txt

Running the App:

  1. Run migrations (Optional):

    python manage.py makemigrations
    python manage.py migrate
  2. Start the development server:

    python manage.py runserver

    This will typically launch the server on http://localhost:8000.

  3. Access the application:

    Open your web browser and navigate to http://localhost:8000 to see your Django Todo app running.

About

A simple todo api, made with django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published