Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.
git clone https://github.com/arwildo/akunter
frontend
directorynpm install
npm run start
Navigate to backend
directory
Install the requirement packages
pip install -r requirements.txt
python manage.py runserver
This project is licensed under the MIT License - see the LICENSE.md file for details