Skip to content

React Practice- production level React setup with redux toolkit. Reads a simple Django backend with Django REST and Djoser. Authentication branch has most recent changes.

Notifications You must be signed in to change notification settings

gitkamau/reactdjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sonification

This is a full stack, react-django project.

To test out this project:

  • Clone the repository
  • In the frontend folder:
    • run: npm install to install the required frontend packages
    • run: npm run build to make a build folder and copy it into the backend folder
  • In the backend folder:
    • run: python3 -m venv env
    • then activate the virtual environment
    • run: pip install -r requirements.txt
    • In the backend/sonification folder:
    • make a config file, config.py and paste the contents from config_copy to this file
    • fill your new config.py file with the correct configuration details
    • run: python manage.py.runserver

About

React Practice- production level React setup with redux toolkit. Reads a simple Django backend with Django REST and Djoser. Authentication branch has most recent changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published