Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreeram-venkitesh/deta-forms
Creating customisable forms with Deta
https://github.com/sreeram-venkitesh/deta-forms
Last synced: about 23 hours ago
JSON representation
Creating customisable forms with Deta
- Host: GitHub
- URL: https://github.com/sreeram-venkitesh/deta-forms
- Owner: sreeram-venkitesh
- Created: 2020-07-10T18:14:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:37:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:28:38.210Z (over 1 year ago)
- Language: HTML
- Homepage: https://forms.deta.dev
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deta-forms
## Creating customisable forms with Deta### How to get up and running with a working form in minutes :-
1. Clone this repo
2. Create a new Deta Micros project in your machine with ```deta new```
3. Copy the files inside the [example/simple](https://github.com/fillerInk/deta-forms/tree/master/examples/simple) directory and copy the files into your project
4. Edit the index.html file as per your needs
5. Add a .env file in the project directory and add your project key and base names there. Don't forget to add this file to your .gitignore
5. Edit the [index.js](https://github.com/fillerInk/deta-forms/blob/master/examples/simple/index.js) file and add the project key and Base name there.
6. Change the ```db.put()``` function to write your own data as you edited in the form
7. Deploy the Micro with ```deta deploy```
#### Tada! Your form is live and can write responses into your Deta Base now!