Skip to content

keizerworks/keizer-town

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keizer Town

This is a virtual platform for people to come together interact in a physical-like environment

Running the project

  1. install packages
cd server
yarn
  1. add a .env according to the .env.example
  2. Run your postgres instance on docker
  3. add db URL and generate the prisma client
cd http-server/src/db/prisma
// add the DB URL as the environment variable here
npx prisma migrate dev
  1. Build the entire code
// return to /server
yarn build
yarn execute

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published