Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```