No description
Find a file
Filip Kin 83af5a9077 stuff
2021-01-15 00:04:52 -05:00
src stuff 2021-01-15 00:04:52 -05:00
.gitignore Update .gitignore 2021-01-02 18:32:34 -05:00
DOCUMENTATION.md doc 2021-01-03 16:12:31 -05:00
package-lock.json Forgot to save to package 2021-01-03 12:37:38 -05:00
package.json updated User.ts 2021-01-04 14:47:22 -05:00
README.md Update README.md 2021-01-01 19:24:00 -05:00
tsconfig.json first commit 2021-01-01 17:35:18 -05:00

Benzene Bots 4384 Web Backend

This app runs the API for the website

It handles:

  • reading, editing, and creating blog posts
  • hosting images and album manifest for photo gallery
  • login and user creation for frontend admin panel that handles the above

The app runs on api.benzenebots.com and the container will automatically update from this repository when you create push your commits. (github will send a web request to /restartapp and then the container restarts, pulls changes, builds the TS, and starts the app again)