Skip to content

lily-mosquitoes/rocket-template

Repository files navigation

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

About

This is a template for a rocket application!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published