Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.48 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.48 KB

Rocket Template

This is a template for a rocket application!

license build-status

How to run

  • Set up a PostgreSQL database.

    • If you have docker-ce you can provision a database with the compose tool:
      • Create a .compose file with the necessary variables set (see .compose.template).
      • Run docker compose -f docker-postgres.yml up.
  • Create a .env file with the necessary variables set (see .env.template).

  • Install libpq-dev and Rust, if you haven't already, then run cargo run. ✨

    • Alternatively, if you have docker-ce you can build and deploy an image with the provided Dockerfile using the compose tool:
      • Run docker compose -f docker-rocket.yml up.

Copyright

This code is licensed under the GNU Affero General Public License version 3 or later. See LICENSE or https://www.gnu.org/licenses/agpl-3.0.en.html.

Made with ❤️ by Lílian