LearnTok is an educational TikTok app designed for learning purposes. The app allows users to share short educational videos and engage with content in a fun and interactive way.
- Node.js
- Express.js
- PostgreSQL
- NEXT JS (for web frontend)
- React Native (for mobile frontend)
First change directory to client directory
cd client
Second, run the development server:
npm install
# or
yarn install
# or
pnpm install
First change directory to backend
cd backend
Second, run the development server:
npm install
# or
yarn install
# or
pnpm install
npm start
npm run dev