-
Frontend:
- Next.js static build
-
Backend:
- Nest.js
- postgresql
-
Frontend & Backend:
-
Go to
frontend
directorycd frontend
-
Copy
.env.template
to.env
&& Config the keycp .env.template .env
-
Install
npm install
-
Build
npm run build
-
Start server
npm start
-