https://github.com/kevinhellos/event-planner
Event planner CMS with AngularJS and Google App Script
https://github.com/kevinhellos/event-planner
angularjs
Last synced: over 1 year ago
JSON representation
Event planner CMS with AngularJS and Google App Script
- Host: GitHub
- URL: https://github.com/kevinhellos/event-planner
- Owner: kevinhellos
- License: mit
- Created: 2024-02-04T04:00:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T17:42:46.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:08:31.733Z (over 1 year ago)
- Topics: angularjs
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# event-planner
Event planner CMS with AngularJS and Google App Script
### Google Sheets Setup
- Go to https://sheets.google.com/ and load the
sample.csv template
- On the navigation bar, click Extensions --> Apps Script
- Copy paste
code.gs into the code editor in Apps Script
- Click Deploy --> New deployment

- A New deployment dialog will appear. Follow the settings exactly, else errors will occur
-
New description: add a description
Execute as: Me
Who has access: Anyone
- Click Deploy
- Copy the Web app URL
- Paste this as the value of the
apiUrl variable in the index.html
- You may deploy this index.html on any cloud platform of your choice. I recommend https://www.netlify.com/