Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.
- React - The JavaScript framework
- Redux - State Management
- Webpack - Module Bundler
- Babel - Transcompiler
- Sass - CSS Pre-Processor
- Tailwind - CSS framework
- Clone the repo
git clone https://github.com/arwildo/akunter
- Run npm install inside
frontend
directory
npm install
- Start the server
npm run start
-
Navigate to
backend
directory -
Install the requirement packages
pip install -r requirements.txt
- Start the server
python manage.py runserver
This project is licensed under the MIT License - see the LICENSE.md file for details