An open API service indexing awesome lists of open source software.

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

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
```