A Movie Search App created with Typescript and React to study React Hooks and TypeScript
This Project was developed with the following technologies:
To run the application you will need:
Now clone the repository and install the dependencies
# to clone the repository
git clone https://github.com/victorgrodriguesm7/movie-search-app.git
# go into the project folder
cd movie-search-app
# go into the backend folder
cd backend
# install the dependencies of backend
npm install
# go into the frontend folder
cd ../frontend
# install the dependecies of frontend
npm install
Now with everything on place, run the server and then run the application
# go into the backend folder
cd backend
# run the express server with
npm start
# go into the frontend folder
cd ../frontend
# run the react app
npm start
This project is under the MIT license. See the LICENSE for more information