Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksonrakena/animals-with-cool-hats
Your number one source for animals with cool hats.
https://github.com/jacksonrakena/animals-with-cool-hats
hacktoberfest
Last synced: about 11 hours ago
JSON representation
Your number one source for animals with cool hats.
- Host: GitHub
- URL: https://github.com/jacksonrakena/animals-with-cool-hats
- Owner: jacksonrakena
- Created: 2022-03-26T12:06:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T03:57:48.000Z (over 2 years ago)
- Last Synced: 2024-11-05T11:21:38.094Z (about 2 months ago)
- Topics: hacktoberfest
- Language: C#
- Homepage: https://animalswithcoolhats.com
- Size: 62.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# animalswithcoolhats.com
Animals With Cool Hats is your number #1 stop for pictures of animals wearing cool hats on the internet.
Come stop by at [animalswithcoolhats.com](https://animalswithcoolhats.com)!### Infrastructure
`Awch.Site` is an ASP.NET 6 site serving Razor pages with image URLs stored in a Postgres database.
The default connection string is `Host=localhost;Username=awch;Password=awch;Database=awch` (edited in `appsettings.json`).You can sync your database with the AWCH schema by running `dotnet ef database update`.
From then on you can run with `dotnet run -c Release`, or `dotnet publish -c Release -o /srv/awch && dotnet /srv/awch/Awch.Site.dll`.
### Interactivity
You can add new images to the database by navigating to `/Admin`, which will ask you to log in.
Currently there's no way to register new users (we don't want to provide access to users, only administrators), but CLI support is coming soon.### Copyright & Acknowledgements
Animals With Cool Hats is powered by ASP.NET, Cloudflare, [Core Admin](https://github.com/edandersen/core-admin), cat pics on the internet, and a lot of love.
This repository is © 2022 Jackson Rakena under the MIT License.
All images are copyright of their respective owners. This repository does not contain any copyrighted image files.