Project for Tarmac's Spring September Hackaton using NextJS and Solidity
- Node 18.x or NVM installed
- Postgres (latest) running
- Setup .env file
# First install all dependencies
npm install
# Migrate your postgres database
npm run db:migrate
# Start project in dev mode
npm run dev
- UI will be running on http://localhost:3000
- API will be running on http://localhost:3000/api