Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-33/akunter
Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.
https://github.com/seven-33/akunter
accounting cashier django point-of-sale react redux saas sass store tailwindcss
Last synced: 4 days ago
JSON representation
Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.
- Host: GitHub
- URL: https://github.com/seven-33/akunter
- Owner: Seven-33
- Created: 2023-03-18T13:23:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-18T13:25:00.000Z (over 1 year ago)
- Last Synced: 2024-07-29T21:19:58.474Z (4 months ago)
- Topics: accounting, cashier, django, point-of-sale, react, redux, saas, sass, store, tailwindcss
- Language: JavaScript
- Homepage: https://arwildo.com/akunter
- Size: 5.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.### Built With
* [React](https://reactjs.org/) - The JavaScript framework
* [Redux](https://redux.js.org/) - State Management
* [Webpack](https://webpack.js.org/) - Module Bundler
* [Babel](https://babeljs.io/) - Transcompiler
* [Sass](https://sass-lang.com/) - CSS Pre-Processor
* [Tailwind](https://tailwindcss.com/) - CSS framework### Requirements
* [NPM](https://www.npmjs.com/) - Node Package Manager
* [Python3](https://reactjs.org/) - Programming Language### Installing
#### Frontend
1. Clone the repo
```
git clone https://github.com/arwildo/akunter
```2. Run npm install inside `frontend` directory
```
npm install
```3. Start the server
```
npm run start
```#### Backend
5. Navigate to `backend` directory
6. Install the requirement packages
```
pip install -r requirements.txt
```7. Start the server
```
python manage.py runserver
```### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
### Support