Skip to content

Snapvox UI is a web3 common good to enable DAO decision making in the XDC Network

License

Notifications You must be signed in to change notification settings

snapvox/snapvox-api

Repository files navigation

Snapvox API

Snapvox API is built using NestJS. To start using it, you need to install the dependencies first:

npm install

Database

Snapvox API uses PostgreSQL as its database. To run the database, you can use Docker:

docker-compose up -d

Copy the template .env.template to a new .env

cp .env.template .env

Migrating SQL schema

Snapvox API uses Prisma to manage the database schema. To migrate the schema, you can use the following command:

# development
npx prisma migrate dev

Running the app

# development
npm run start:dev

About

Snapvox UI is a web3 common good to enable DAO decision making in the XDC Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published