Skip to content

Commit

Permalink
exp-ewjv
Browse files Browse the repository at this point in the history
  • Loading branch information
SlumberDemon committed Apr 23, 2023
1 parent 9f1cb0b commit 7b39f31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# SpaceShuttle
Your personal image cloud

Your personal image cloud

### Dashboard

![dashboard](https://sleep.deta.dev/cdn/SCR-20221019-3zk.png)

### Installation

> [`Space Discovery`](https://alpha.deta.space/discovery/@sofa/spaceshuttle-sbm)
<a href="https://alpha.deta.space/discovery/@sofa/spaceshuttle-sbm"><img src="https://deta.space/buttons/dark.svg" width=250></a>

### Links

- [Website](https://spaceshuttle.deta.dev/)
- [Guide](https://github.com/SpaceShuttleApp/Guide)

## Special Thanks

- [jnsougata](https://github.com/jnsougata) for helping me with the image uploading and teaching me html layouts
- [LemonPi](https://github.com/LemonPi314) for creating the dark/light mode toggle and teaching me html ui's
- [Xeust](https://github.com/xeust) for giving feedback and helping me setup deta space
Expand Down
3 changes: 2 additions & 1 deletion Spacefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
v: 1
v: 0
icon: ./static/images/discovery.png
micros:
- name: spaceshuttle
src: .
engine: python3.9
run: uvicorn main:app
primary: true
public_routes:
- "/cdn/*"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
python-multipart
uvicorn
fastapi
jinja2
deta
Binary file modified static/images/discovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b39f31

Please sign in to comment.