Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexatsu/luminova
Copy of unsplash. Teaching juniors (front/back/cdns)
https://github.com/alexatsu/luminova
Last synced: about 1 month ago
JSON representation
Copy of unsplash. Teaching juniors (front/back/cdns)
- Host: GitHub
- URL: https://github.com/alexatsu/luminova
- Owner: alexatsu
- Created: 2023-03-09T19:53:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T17:16:28.000Z (11 months ago)
- Last Synced: 2024-10-30T00:03:18.831Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Overview
This is a project that mainly for learning purpose the functionality of backend + devops, a ripoff of Unsplash.
> all images, sources is taken from Unsplash, credits to them for everything
## Features
- Search for images based on keywords or categories
- View high-resolution images
- Like and save favorite images
- Upload and share your own images
- Explore curated collections of images
- Bootstrapped blog but no content/only placeholders
- ToS module## Repositories related to this
[backend](https://github.com/AlexanderKudr/luminova-backend)
[ai-model](https://github.com/AlexanderKudr/ai-texttoimage-generator)## Take a peak
- pnpm i
- pnpm run dev## There is a way to improve/make it more secure
- Remove LocalStorage on front and store token in memory
- SSL + HTTPS
- HTTP2
- ditch unused dependencies