Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messsimo/movie-search
Movie Website prototype with Admin Panel
https://github.com/messsimo/movie-search
application backend crud database front-end fullstack mysql php8
Last synced: about 2 months ago
JSON representation
Movie Website prototype with Admin Panel
- Host: GitHub
- URL: https://github.com/messsimo/movie-search
- Owner: messsimo
- Created: 2024-07-15T17:06:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T07:04:28.000Z (6 months ago)
- Last Synced: 2024-12-03T02:10:03.813Z (about 2 months ago)
- Topics: application, backend, crud, database, front-end, fullstack, mysql, php8
- Language: PHP
- Homepage:
- Size: 11.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spectra
Spectra is a movie search website built using CRUD (Create, Read, Update, Delete) technology.
## The project includes:
- Home page for searching movies: User-friendly interface for quickly and easily finding the movie you need.
- Administrator panel: Login through the login page to manage site content.
- CRUD functionality: Ability to add, view, update and delete information about movies.## Installation
1. Clone the repository:
```bash
git clone https://github.com/username/your-project.git
```
2. Go to the project directory:
```bash
cd your-project
```
3. Install dependencies:
```bash
npm install
```
or
```bash
pip install -r requirements.txt
```## Technologies
- HTML
- CSS
- PHP
- mySQL## Screenshots