Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahgwood/presently
Presently is an open-source, full-stack presentation generator software written with Flask/Python
https://github.com/noahgwood/presently
presentat saas
Last synced: 7 days ago
JSON representation
Presently is an open-source, full-stack presentation generator software written with Flask/Python
- Host: GitHub
- URL: https://github.com/noahgwood/presently
- Owner: NoahGWood
- License: gpl-3.0
- Created: 2022-07-14T21:08:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T04:34:36.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:19:57.781Z (7 months ago)
- Topics: presentat, saas
- Language: HTML
- Homepage: https://presently-ngw.herokuapp.com/
- Size: 15.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presently
Presently is an open-source, full-stack web application written in Python, HTML, CSS, and Javascript. It is currently in development, so pardon the dust.
![Presently](docs/imgs/presently.png)
## Features
- [x] User Accounts
- [x] Database Integration
- [x] File Uploads
- [ ] Dockerized
- [ ] RabbitMQ Integration
- [ ] Presentation Generator## QuickStart
Simply copy and paste the following into your terminal to get started!
```
git clone https://github.com/NoahGWood/Presently.git
cd Presently/server
chmod +x serve_debug.sh
./serve_debug.sh
```## Other Views
### Presentation Editing
![Presently Edit Presentation](docs/imgs/presently2.png)
### New Presentation
![Presently New Presentation](docs/imgs/presently3.png)