Cargo is a logistic application for C-TPAT inspections. It utilizes various libraries and tools such as Prisma, Next.js, React, Tailwind CSS, and more.
- The value for this variable depends on the type of database you are using.
- If you are using SQLite, you can use the provided value: "file:./db.sqlite".
- If you are using a different database, replace the value with the appropriate connection URL.
- Generate a new secret key using the command: openssl rand -base64 32.
- Copy the generated key and assign it as the value for this variable.
- Set this variable to the URL where your application will be hosted. For example,
"https://localhost:3000"
for local development or"https://example.com"
for production.
1.Clone the cargo repository:
git clone https://github.com/dkast/cargo
2.Install the dependencies with one of the package managers listed below:
pnpm install
3.Start the development mode:
pnpm dev
This project is licensed under the GNU Affero General Public License v3.0 - see the GNU Affero General Public License v3.0 file for details.