Skip to content
A personal homepage showing users' top songs and artists, providing a shareable link that they can use to show it off to friends.
Branch: master
Clone or download
Ameobea Add initial backend implementation, mostly boilerplate
 * Set up Rust project with Rocket webserver
 * Include Justfile with Docker-related commands
 * Include migrations for building up the main tables for tracking song/artist history as well as user tokens and other info
 * Include some skeleton routes for retrieving current user stats and handling oauth cbs
 * Created models for some of the database objects
Latest commit 394ee62 Apr 30, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
backend
src
.babelrc
.eslintrc
.gitignore
.prettierrc Initial commit Apr 29, 2019
LICENSE Initial commit Apr 29, 2019
index.hbs Initial commit Apr 29, 2019
package.json
tsconfig.json
webpack.config.js Initial commit Apr 29, 2019
webpack.prod.js
yarn.lock
You can’t perform that action at this time.