Skip to content

pcwu2022/VMKS-Website

Repository files navigation

Virtual Makerspace

Development

Install the dependencies

This will install all dependencies for the app

npm run install:all

Start database

This will have postgres and adminer running for the backend

docker-compose up -d

Start React app(frontend)

npm start

Test Prisma(backend)

cd backend
npm run generate
npm run migrate

you can then use adminer at port 8080, or run

npm run studio

to open up prisma studio to check whether the data is properly saved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published