Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.
/ woodie Public archive

Woodie is the backend server for FRCMS.

License

Notifications You must be signed in to change notification settings

frcms/woodie

Repository files navigation

Woodie

Last Git commit David License GitHub Workflow Status Codacy Badge

Woodie is the JavaScript backend server for FRCMS — a content management system for First Robotics teams. Woodie's written in TypeScript, uses PostgreSQL to store data, and uses Express to handle HTTP requests.

Self-hosting

Requires: Git & Docker

# Clone repository from git remote
$ git clone https://github.com/frcms/woodie.git
$ cd woodie

# Build and run docker image on port 80
$ sudo docker build -t woodie .
$ sudo docker run -d -p 80:3000 woodie

Contributors

Woodie is made entirely by contributors from the open-source community. These are of the notable contributors:

License

Woodie is publicly available under the terms of the Mozilla Public License. A copy of these terms can be found within the LICENSE file.

About

Woodie is the backend server for FRCMS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published