yes... why not
 
 
 
 
Go to file
Daniel 90b5b6c4c4 missinput 2024-02-03 22:26:42 -03:00
config Upload Files. 2024-02-03 22:23:40 -03:00
prisma Upload Files. 2024-02-03 22:23:40 -03:00
public Upload Files. 2024-02-03 22:23:40 -03:00
src Upload Files. 2024-02-03 22:23:40 -03:00
.env.template Upload Files. 2024-02-03 22:23:40 -03:00
.eslintrc.js Upload Files. 2024-02-03 22:23:40 -03:00
.gitignore Upload Files. 2024-02-03 22:23:40 -03:00
.prettierrc Upload Files. 2024-02-03 22:23:40 -03:00
LICENSE Upload Files. 2024-02-03 22:23:40 -03:00
README.md missinput 2024-02-03 22:26:42 -03:00
bun.lockb Upload Files. 2024-02-03 22:23:40 -03:00
package.json Upload Files. 2024-02-03 22:23:40 -03:00
tsconfig.json Upload Files. 2024-02-03 22:23:40 -03:00

README.md

MPP

mpp-server-dev2

This is a new MPP server currently in development for MPP.dev. The original server is old and it needs a new one.

This server uses Bun.

The commit history includes BopItFreak's server because this server is (debatably) a heavy reimplementation of my fork of it.

How to run

  1. Simply:
    If no bun:
    
    curl -fsSL https://bun.sh/install | bash
    
    Do on bash:
    
    cp .env.template .env
    bun i
    bunx prisma generate
    bunx prisma db push
    bun .