Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 594 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 594 Bytes

next.js rust monprepo

This is a template for making a next js app with a rust backend that is fully deployed with docker compose.

homepage


how to use

Once you have cloned the repo, you are going to want to run the following command.

npm install

You will need docker and docker compose installed, as well as nodejs and rust.

you can run a test deployment with the following command.

npm run test-deployment

If you want to run it normally, run these commands individually.

npm run database
npm run backend
npm run frontend