Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pankubhaiya/propftx


https://github.com/pankubhaiya/propftx

Last synced: about 2 months ago
JSON representation

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.