Skip to content
/ akunter Public
forked from arwildo/akunter

Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.

Notifications You must be signed in to change notification settings

Dil-sl/akunter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akunter

Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.

Built With

Requirements

  • NPM - Node Package Manager
  • Python3 - Programming Language

Installing

Frontend

  1. Clone the repo
git clone https://github.com/arwildo/akunter
  1. Run npm install inside frontend directory
npm install
  1. Start the server
npm run start

Backend

  1. Navigate to backend directory

  2. Install the requirement packages

pip install -r requirements.txt
  1. Start the server
python manage.py runserver

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Support

Buy Me A Coffee

About

Full-stack DRRM (Django, React, Redux, MySQL) application to handle accounting and databases of small businesses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • Python 10.7%
  • HTML 2.3%
  • SCSS 1.8%