A reverse proxy REST API to Airtable API using Node/Express
- Environment Variables
- Express
- REST API
- node & npm
- Express
- Slug
git clone https://github.com/hadekoya/events_api.git
cd events_api
npm install
npm start
- include .env in your .gitignore
- visit http://localhost:3000
- /event
- /events/1
- Install Postman to interact with REST API
- Create a message with:
- URL: http://localhost:3000/events/1
- Method: GET
- View all events (up to 100): https://n9yvq.sse.codesandbox.io/events
- View events by ID: https://n9yvq.sse.codesandbox.io/events/1