Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pizzaboxer/roblox-set-archive
An archive of user-created sets on Roblox from 2010 to 2018.
https://github.com/pizzaboxer/roblox-set-archive
Last synced: 2 months ago
JSON representation
An archive of user-created sets on Roblox from 2010 to 2018.
- Host: GitHub
- URL: https://github.com/pizzaboxer/roblox-set-archive
- Owner: pizzaboxer
- License: gpl-3.0
- Created: 2023-03-16T21:56:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T18:20:12.000Z (5 months ago)
- Last Synced: 2024-07-31T22:31:01.982Z (5 months ago)
- Language: C#
- Size: 483 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roblox Set Archive
An archive of user-created sets on Roblox from 2010 to 2018.This is the source code for the [Roblox Set Archive Website](https://sets.pizzaboxer.xyz). Not much else to it.
RobloxSetArchive.Api contains the backend, and RobloxSetArchive.Web contains the frontend.
The frontend folder is supposed to contain a Vue project, but unfortunately that's currently unavailable due to [unexpected circumstances](https://twitter.com/boxerpizza/status/1604933187838554114). Sorry (don't look too carefully at the comments at the top of every .cs file lmao). So, it contains the compiled frontend instead, which is good enough as it can still be modified.
If you're setting this up, do not use database migrations. [Download and import the archive database instead](https://mega.nz/file/RLQCwKwY#5mAGC92jyjYCyv_GSTcYMCfDaq9IqKg2EGV81uHjWxs).
Uses ASP.NET Core 6.0 with PostgreSQL for the API and Vue with Typescript for the frontend (though i'm thinking about doing it in nuxt or svelte if i ever need to do it again, which i likely will).