Skip to content

DebjitPramanick/Todo-App-Vue-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple todo list web app with Vue and Django Rest Framework.
Live Site . Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact

About The Project


A simple todo list web app with Vue and Django Rest Framework.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

These things must be installed in your system.

Installation

  1. Clone the repo
    git clone https://github.com/DebjitPramanick/Todo-App-Vue-Django.git
  2. Open the project folder
  3. Now open MongoDB
  4. Create a database collection
  5. Copy connection url
  6. Now run
    cd vuetodo
  7. Create .env file
  8. Paste the connection url of DB with key name = MONGO_URL
  9. Now run commands
    python manage.py runserver
  10. Now open new terminal
  11. Now run commands
    cd todo
    npm i
    npm run serve

Usage

Here are some examples of how my app works.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Twitter - @P_Debjit
LinkedIn - Debjit Pramanick
Project Link: https://github.com/DebjitPramanick/Todo-App-Vue-Django

About

A simple todo list web app with Vue and Django Rest Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published