Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeusdeux/begin-basic-crud-app
Begin app
https://github.com/zeusdeux/begin-basic-crud-app
Last synced: 13 days ago
JSON representation
Begin app
- Host: GitHub
- URL: https://github.com/zeusdeux/begin-basic-crud-app
- Owner: zeusdeux
- License: apache-2.0
- Created: 2019-10-02T14:34:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:47:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T19:26:28.785Z (27 days ago)
- Language: HTML
- Homepage: https://begin.com
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Begin basic CRUD app
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.
## Getting started
- Start the local dev server: `npm start`
- Lint your code: `npm run lint`
- Run your tests: `npm t`## 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!