-
Notifications
You must be signed in to change notification settings - Fork 6
Backend Setup
Kavika edited this page Mar 29, 2024
·
2 revisions
Chaos is written in Rust, and uses PostgreSQL as its DB. Before you begin development, you will require the following software installed on your computer:
- Rust
- PostgreSQL
To install Rust, go to this page and follow the setup instructions.
To install PostgreSQL, download the EDB Installer and follow the setup instructions.
Clone the project from GitHub.
- Create a new file called
.env
in thebackend
folder. - Populate it with required variables:
DATABASE_URL
andJWT_SECRET