# Setting up prisma

1. Install docker
2. Launch the docker container `docker-compose up -d`
3. Deploy prisma (which will generate the db & schema) `npx prisma deploy`
4. Open `http://localhost:4466`
5. Paste in and execute the contents of `./newAccount.graphql`