tech-assessment-3pl/README.md
2025-02-22 19:31:03 +00:00

37 lines
601 B
Markdown

# 3PL Technical Assessment
Movie Search Site
## Information
Built with ReactJS and Typescript using create vite@latest
## Hosting Locally
### Clone the repository
```
git clone https://git.paulus.casa/Paulus/tech-assessment-3pl.git && cd tech-assessment-3pl
```
### Install dependencies
```
npm install
```
### Create .env file with API address and your API Key
The file should look like this. You must prefix the key and address with VITE\_ due to the configuration of the project.
```
VITE_APIKEY=yourkey
VITE_APIADDRESS=http://www.omdbapi.com/
```
### Host Locally
```
npm run dev
```