This project represents a Familytree website built with Django, REST & React. It's not ready for production stage. It was made as an university project.
Click here to check live demo deployed on Heroku
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Check how_to_use.nfo located in django-react/instructions folder.
Windows:
- Go to the django-react/tests folder
- run test_.bat* files if on Windows.
Linux:
- Go to the django-react folder in command line
- Open pipenv shell (or any other environment)
- Type npm run test for React
- Type python manage.py test for Django
Connect this repository (or forked one) to Heroku (or any other Cloud Platform) and follow its instructions.
- Django - Backend
- Django REST Framework - API
- React - Frontend
- Heroku - Cloud Platform
This project is licensed under the MIT License - see the LICENSE file for details.