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 .env
npm install
Set up .env
# run mongodb
npm run dev
Open http://localhost:8080 with your browser to see the result.
npm install
npm start
No tests are implemented yet.