Skip to content

WalidAra/LearnTok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnTok - Educational TikTok App

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.

Technologies Used

  • Node.js
  • Express.js
  • PostgreSQL
  • NEXT JS (for web frontend)
  • React Native (for mobile frontend)

Getting Started with front end server

First change directory to client directory

cd client

Second, run the development server:

npm install
# or
yarn install
# or
pnpm install

Getting Started with back end server

First change directory to backend

cd backend

Second, run the development server:

npm install
# or
yarn install
# or
pnpm install

Run Backend Server

npm start

Run Client (frontend) Server

npm run dev

Database Screenshot

Database Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published