https://github.com/bin-pdt/webapp_movie_platform
INTRODUCTION TO JAVASCRIPT REACTJS
https://github.com/bin-pdt/webapp_movie_platform
appwrite-database javascript reactjs tmdb-api web-frontend
Last synced: about 7 hours ago
JSON representation
INTRODUCTION TO JAVASCRIPT REACTJS
- Host: GitHub
- URL: https://github.com/bin-pdt/webapp_movie_platform
- Owner: BIN-PDT
- Created: 2025-05-03T09:04:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T11:32:34.000Z (about 1 year ago)
- Last Synced: 2025-05-03T12:29:49.888Z (about 1 year ago)
- Topics: appwrite-database, javascript, reactjs, tmdb-api, web-frontend
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**1. PROJECT**
```
git clone https://github.com/BIN-PDT/WEBAPP_MOVIE_PLATFORM.git && rm -rf WEBAPP_MOVIE_PLATFORM/.git
```
_For privacy reasons, follow the format of `.env.example` and replace the sensitive information in `.env.local` with your own._
- _Register TMDB API to obtain `ACCESS_TOKEN` to fetch movie data_.
- _Register Appwrite to obtain neccessary `ID` for data storage_.
**2. DEPENDENCY**
```
npm install
```
**3. RUN APPLICATION**
```
npm run dev
```