Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trentm/beginplay1
Begin app. I'm just playing here. Nothing interesting for anyone.
https://github.com/trentm/beginplay1
Last synced: about 1 month ago
JSON representation
Begin app. I'm just playing here. Nothing interesting for anyone.
- Host: GitHub
- URL: https://github.com/trentm/beginplay1
- Owner: trentm
- License: apache-2.0
- Created: 2020-09-02T00:53:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T02:59:59.000Z (over 4 years ago)
- Last Synced: 2024-10-19T19:54:52.864Z (2 months ago)
- Language: HTML
- Homepage: https://begin.com
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Begin build status](https://buildstatus.begin.app/blink-3h3/status.svg)](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
[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](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`
- 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!