https://github.com/excessivecoding/begin-basic-crud-app
Begin app
https://github.com/excessivecoding/begin-basic-crud-app
Last synced: about 2 months ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/excessivecoding/begin-basic-crud-app
- Owner: excessivecoding
- License: apache-2.0
- Created: 2021-04-13T14:07:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T14:07:57.000Z (about 4 years ago)
- Last Synced: 2025-03-01T00:39:41.865Z (about 2 months ago)
- Language: HTML
- Homepage: https://begin.com
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://begin.com)
A super simple Begin **c**reate **r**ead **u**pdate **d**elete app that exemplifies a basic todo app that uses one static html page and three API endpoints.
## Deploy your own
[](https://begin.com/apps/create?template=https://github.com/begin-examples/node-crud)
Deploy your own clone of this app to Begin!
## Getting started
- Start the local dev server: `npm start`
## Reference
- [Quickstart](https://docs.begin.com/en/guides/quickstart/) - basics on working locally, project structure, deploying, and accessing your Begin app
- [Creating new routes](https://docs.begin.com/en/functions/creating-new-functions) - basics on expanding the capabilities of your appHead to [docs.begin.com](https://docs.begin.com/) to learn more!