Easy to set up end to end grant application form for DAOs on NEAR Protocol
- Package manager: NPM
- Application framework: ExpressJS
- Code quality: Eslint, Prettier
- Database: MongoDB
- Admin Panel: AdminJS
cp .env.dist .env
# 1. set up variables on .envnpm installSet up .env
# run mongodb
npm run devOpen http://localhost:8080 with your browser to see the result.
npm install
npm startNo tests are implemented yet.