- Make sure you have PostgreSQL installed
- Create new DB user
createuser admin --interactive // y - Create empty databse
createdb schedule - Create
.envfile from.env.exampleand adjust your config if you have different values yarnto install dependenciesyarn devfor development
API
There GraphQL endpoint under graphapi/v1 to explore it visit it when ENV is set to dev