Skip to content
/ Chappie Public

My project from the University of Kurdistan: Internet Engineering. ๐Ÿ“‹ Simple to-do list where you can add new tasks, mark them as done, or delete them if they are no longer important.

License

Notifications You must be signed in to change notification settings

eqba1/Chappie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

alt text

Chappie: To Do List with Django and Ajax

My web project from the University of Kurdistan: Internet Engineering. ๐Ÿ“‹ Simple to-do list where you can add new tasks, or delete them if they are no longer important.

Want to learn how to build this?

Check out the post.

Want to use this project?

Development

Uses the default Django development server.

  1. Rename .env.dev-sample to .env.dev.

  2. Update the environment variables in the docker-compose.yml and .env.dev files.

  3. Build the images and run the containers:

    $ docker-compose up -d --build

    Test it out at http://localhost:8800. The "app" folder is mounted into the container and your code changes apply automatically.

Production

Uses gunicorn + nginx.

  1. Rename .env.prod-sample to .env.prod and .env.prod.db-sample to .env.prod.db. Update the environment variables.

  2. Build the images and run the containers:

    $ docker-compose -f docker-compose.prod.yml up -d --build

    Test it out at http://localhost:1337. No mounted folders. To apply changes, the image must be re-built.

To-Do

  • [] Better user interface for homepage
  • [] Add done mark in UI after task done
  • [] Add filter module
  • [] Add Search module
  • [] Add user registration
  • [] Add Multi language Support

Licence

GPLv3

About

My project from the University of Kurdistan: Internet Engineering. ๐Ÿ“‹ Simple to-do list where you can add new tasks, mark them as done, or delete them if they are no longer important.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published