Nodbox is an open source File Handling Deskapp.The App is developed with Django at back-end and Tailwind at front-end.
Discord - https://discord.gg/AQJtJfGwh7
The Website is Deployed at https://nodbox.herokuapp.com
Required Libraries can be found at requirements.txt
- Convert Image to PDF
- Convert PDF to Image (under development)
- Clone Repository - https://github.com/nb-com/nodbox.git
(Python 3.8 Recommended) - Create a virtual environment
a) To install virtual environment.
pip install virtualenv
virtualenv env
b) Activate virtual environment according to your operating system.
Windows
.\env\Scripts\activate
Mac OS
source env/bin/activate
3.Install Required Packages by
pip install -r requirements.txt
- For Development Start the server by
python manage.py runserver 8000
Now the server will be serving at localhost 8000
Windows
python3 nodbox.py
Mac OS and other Operating Systems
python nodbox.py
(Has numerous bugs)