circles-00 / next-loopback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Before Starting

Requirements

  • Node version >=18.12.1
  • Yarn >=1.22.15

Before starting the project

  • Copy apps/web/.env.example to apps/web/.env.local
  • Copy apps/api/.env.example to apps/api/.env
  • Make sure you have the correct datasource config in apps/api/datasources/db.datasource.ts

Install project dependencies

yarn

Structure

├── 📁 apps
  ├── 📁 api
  ├── 📁 web
  ├── ...
├── 📁 packages
├── package.json

Running the project 🏃‍

 yarn dev

About


Languages

Language:TypeScript 75.9%Language:CSS 9.7%Language:HTML 7.3%Language:JavaScript 4.3%Language:Dockerfile 2.8%