https://github.com/novqigarrix/tiktok-web
Tiktok Web [Full Stack Clone] using Next.js and Express.js
https://github.com/novqigarrix/tiktok-web
Last synced: 30 days ago
JSON representation
Tiktok Web [Full Stack Clone] using Next.js and Express.js
- Host: GitHub
- URL: https://github.com/novqigarrix/tiktok-web
- Owner: NovqiGarrix
- Created: 2022-02-20T07:37:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T05:42:43.000Z (over 4 years ago)
- Last Synced: 2025-06-08T08:06:20.303Z (12 months ago)
- Language: TypeScript
- Size: 34.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tiktok Web [Full Stack Clone]

## Introduction
Hy there, I am Novri Anto. I was made this project for just a cloning project, and do some practices for myself, especially at uploading files using Node.js. I provided the main features of TikTok in this project, for example uploading a video, comment a video, following a user, etc.. . Well, feel free to get some contributions from you guys, I would really appreciate it!.
## Technologies
### 1. FrontEnd
In the FrontEnd side, I am using Next.js. That's because Next.js is awesome for me, and super easy to use it. Also, Next.js was good for SEO.
- ### Run Next.js
Type these in your command line:
```
yarn dev
```
or
```
npm dev
```
For more further information, check ```./client```
### 2. BackEnd
In the Backend side, I am using Express.js. That's because Express.js is a small web framework to build RESTFull API, and it's super easy to use.
- ### Run Express.js
Type these in your command line:
```
yarn dev
```
or
```
npm dev
```
For more further information, check ```./server```
## That's it
Hope you learn something new from this project. Happy Coding :)