Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 810 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 810 Bytes

Svelte with fasitfy using graphQL microservices

Simple microservice app written in typescript using:

  • fastify
  • svelte
  • graphql
  • prisma + postgres
  • docker

Check my other similar projects:

Deploy

Prerequisite:

  • node
  • docker-compose

Run 3 command line, one after another:

# run docker backend microservices and databases
sh start-back.sh
# run databases migration
sh start-migrate.sh
# ONLY DURING FIRST LAUNCH
# run databases seeding
sh start-seed.sh
# run frontend app
sh start-front.sh

Log in using default user:
access: localhost:3000
email: [email protected]
password: pass