Skip to content

A TodoApp built with Reactjs + Redux + MaterialUI + Django

Notifications You must be signed in to change notification settings

jacksonmoji/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack 🛠

  • ReactJs
  • Material UI
  • Django

Running App

Setup project manually by running the following commands:

Set up backend:

  1. Change directory to /app directory

    cd backend/

  2. Install all backend project dependencies

    pip install -r requirements.txt

  3. Run migrations

    python manage.py makemigrations >python manage.py migrate

  4. Start server

    python manage.py runserver -

Set up frontend:

  1. Change directory to /app directory

    cd frontend/

  2. Run npm install to install all frontend project dependencies ( Assuming you have npm installed )

    npm i

  3. run frontend development client

    npm start

About

A TodoApp built with Reactjs + Redux + MaterialUI + Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published