perennialAutodidact / memory-snap

0 stars 0 forks source link

setup Express server #18

Closed perennialAutodidact closed 1 year ago

perennialAutodidact commented 1 year ago

In order to keep environment variables safe, an Express server will need to be set up which will have an endpoint to serve the Pexels API key. This will also require some kind of authentication to ensure the API key is only sent to authorized users. CORS will probably also be needed.