Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josh012006/movie-app

Movie App created using React, React-Router and Express. The configuration is done with Vite.
https://github.com/josh012006/movie-app

express react react-hooks react-router

Last synced: about 1 month ago
JSON representation

Movie App created using React, React-Router and Express. The configuration is done with Vite.

Awesome Lists containing this project

README

        

## How to start the app
First you will need to setup a database with mysql and use the commands provided in database.sql in the public folder to insert all the infos in it.

Second, you will need to update your connection info in the db.js file in the server folder.

Now, go in your terminal go to the repository where the content is and run
**npm run dev**

Enjoy !!