Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/josh012006/movie-app
- Owner: Josh012006
- Created: 2024-05-23T03:47:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:57:34.000Z (7 months ago)
- Last Synced: 2024-05-23T04:58:04.653Z (7 months ago)
- Topics: express, react, react-hooks, react-router
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !!