- Bootstrap Nextjs and Nestjs
| Concern | Solution |
|---|---|
| Server | Node |
| Server Framework | Nest.js |
| Database | PostgreSQL |
| UI Framework | Next.js |
| Styling | Tailwindcss |
$ git clone https://github.com/dukerspace/valley
$ cd valley
$ cp .env.example .env # Add your own vars here
$ pnpm i
$ pnpm run dev- By default, the app will run at ui: http://localhost:3000/
- By default, the app will run at api http://localhost:3001/
- script deploy instance Nimman