Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.64 KB

README.md

File metadata and controls

71 lines (47 loc) · 1.64 KB

André Luiz Santos

WEMOVIES | Typescript| ReactJS

WEMOVIES project. Built with ❤︎ by André Luiz Santos


WEMOVIES



--

👀 Demo Website

👉 demo: https://desafio-wefit-react-typescript.vercel.app/

IMPORTANT

In this link, you cannot access the features related to post, delete and put. Because DB is local. To work, clone the project and follow the tutorial below.

💻 Technologies

This project was made using the follow technologies:

👷 How to run

You need to install Node.js and Yarn first, then:

Install Dependencies

yarn

Make a .env-local file
fill the file with your database informations and baseUrl "http://localhost:3000" (local)"

### Run Aplication

```bash
yarn start - start aplication on ReactJS
yarn server - start aplication on JSON-server (Mock - DATABASE)

Open http://localhost:3000 with your browser to see the result.

Made with love by André Luiz Santos 🚀