A tool that illustrates the capability & utility of Aqua protocol.
The api project structure is inspired by laravel project layout.
The project is a fastify project with prisma ord (psql db).
The web project is a react(typescript) project using chackra ui.
To run the api, navigate to api directory.
create .env from .env.sample, edit the db credentials.npm ito install dependancies- run prisma db migration
npx prisma migrate dev: Tip runnpx prisma generatewhen you changeschema.prisma npm run devto start http server
To create a database use the create_db.sh. Update the file with the config to use.
chmod +x ./create_db.sh....
check out docker.md