/VMKS-Website

Primary LanguageTypeScriptMIT LicenseMIT

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