This is a template for a rocket application!
-
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
- If you have docker-ce you can provision a database with the compose tool:
-
Create a
.env
file with the necessary variables set (see.env.template
). -
Install
libpq-dev
and Rust, if you haven't already, then runcargo 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
.
- Run
- Alternatively, if you have docker-ce you can build and deploy an image with the provided
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