Skip to content

jp9573/Todo-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Web App - Technology Stack:

  • Backend: Django, DRF
  • Frontend: React.JS
  • Database: SQLite, PostgreSQL

In the project directory, to start the app:

First start Django backend by

cd todo_backend

and then

python manage.py runserver

Don't forget to migrate if running for the first time by python manage.py migrate

In another terminnal hit the following command:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

Todo web app using Django, DRF, React JS, Materialize CSS, and Docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published