Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrsagor/portal
AWS S3 file operations
https://github.com/mbrsagor/portal
aws-lambda aws-s3 python3
Last synced: 1 day ago
JSON representation
AWS S3 file operations
- Host: GitHub
- URL: https://github.com/mbrsagor/portal
- Owner: mbrsagor
- Created: 2020-06-05T09:47:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T17:21:04.000Z (14 days ago)
- Last Synced: 2024-10-31T18:24:37.319Z (14 days ago)
- Topics: aws-lambda, aws-s3, python3
- Language: JavaScript
- Homepage:
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portal
> This web application use for online portal for manage your business.
If you want to run this application in your local or developer server environment please follow the instructions.
### Setup:
- Python 3.12
- PostgreSQL> Open your terminal and follow the instructions.
```bash
git clone https://github.com/mbrsagor/portal.git
cd portal
virtualenv venv --python=python3.12
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver
```