Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankubhaiya/propftx
https://github.com/pankubhaiya/propftx
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pankubhaiya/propftx
- Owner: pankubhaiya
- Created: 2024-01-25T08:22:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T11:23:13.000Z (about 1 year ago)
- Last Synced: 2024-10-27T22:23:54.220Z (3 months ago)
- Language: JavaScript
- Homepage: https://cynocodebase.vercel.app/
- Size: 818 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PropFTX
# Overview
This project is a simple movie listing app developed using the MERN (MongoDB, Express.js, React, Node.js) stack. The backend is built with Node.js and Express.js, using either MongoDB as the database. The frontend is implemented in React, providing a clean and intuitive movie listing view. The app supports basic CRUD (Create, Read, Update, Delete) operations for managing movie details.# Endpoints
GET /movies: Retrieve a list of all movies.
POST /movies: Add a new movie to the database.
PUT /movies/:id: Update details of a specific movie by ID.
DELETE /movies/:id: Delete a movie from the database.# App Features
View a list of all movies.
Add a new movie with information.
Edit existing movie details.
Delete a movie from the list.