An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# event-planner
Event planner CMS with AngularJS and Google App Script

### Google Sheets Setup


  1. Go to https://sheets.google.com/ and load the sample.csv template

  2. On the navigation bar, click Extensions --> Apps Script

  3. Screenshot 2024-02-04 at 1 13 41 PM
  4. Copy paste code.gs into the code editor in Apps Script

  5. Screenshot 2024-02-04 at 1 17 29 PM
  6. Click Deploy --> New deployment

  7. image

  8. A New deployment dialog will appear. Follow the settings exactly, else errors will occur

  9. Screenshot 2024-02-04 at 1 22 35 PM

  10. New description: add a description

    Execute as: Me

    Who has access: Anyone


  11. Click Deploy

  12. Copy the Web app URL

  13. Screenshot 2024-02-04 at 1 28 02 PM
  14. Paste this as the value of the apiUrl variable in the index.html

  15. You may deploy this index.html on any cloud platform of your choice. I recommend https://www.netlify.com/