Feature: user upload artwork

This commit is contained in:
2025-10-25 02:22:39 -04:00
parent 28d0443f44
commit deb163bd70
23 changed files with 1288 additions and 177 deletions

View File

@@ -1,6 +1,7 @@
import Server from './server';
const port = process.env.PORT || 3000;
Server.listen(port, () => {
console.log('Server is running on port [%o]', port);
});
});