Skip to content

mich0w0h/macaron-web-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macaron-web-backend

This is the backend code for the Macaron web app.

Ready for a treat? 🍬 Play with the app here and have fun! 🎉

For more information about this project, check out this blog post.

Setup

  • Ensure Deno is installed.
  • Run deno cache ./src/server.ts to cache the server file.
  • Run deno run --allow-net --allow-env --allow-read src/server.ts to start the server.
  • You can use denon command instead to automatically restart the server when changes are made.

Scripts

  • test: Run tests for the backend.
  • lint: Lint the code using Deno's built-in linter.

Dependencies

  • Deno: Latest version
  • Other dependencies as per the backend codebase.

Environment Variables

This application requires the following environment variables to be set:

  • OPENAI_API_KEY: This is the API key for OpenAI. You can obtain it from the OpenAI dashboard.

Please ensure these environment variables are set before running the application.

About

a backend app for macaron web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published