I built a simple demo todo app with this boilerplate.
Run this app locally
Open the terminal and run the following commands.
terminal
Copygit clone https://github.com/mddanishyusuf/buildapi-demo-app.git
terminal
Copycd buildapi-demo-app && npm install
Rename .env.example to .env.local
The .env.local file already have API BASE URL.
terminal
CopyNEXT_PUBLIC_BASE_URL=http://localhost:3001
Launch the app using this command:
terminal
Copynpm run dev
Now app will be runnig on http://localhost:3000
App functionality
- Get, add, update, & delete todo tasks
- User profile
- Public API endpoints access via user API key
- Stripe Payment Integration