https://github.com/enyelsequeira/myflix
This is a full-stack application using the MERN stack. This was my first full-stack application using node and react
https://github.com/enyelsequeira/myflix
full-stack jwt mern-stack react
Last synced: about 2 months ago
JSON representation
This is a full-stack application using the MERN stack. This was my first full-stack application using node and react
- Host: GitHub
- URL: https://github.com/enyelsequeira/myflix
- Owner: enyelsequeira
- Created: 2019-07-17T10:53:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:08:56.000Z (over 3 years ago)
- Last Synced: 2025-06-20T15:56:41.215Z (about 1 year ago)
- Topics: full-stack, jwt, mern-stack, react
- Language: JavaScript
- Homepage: https://immense-springs-16706.herokuapp.com/client/
- Size: 22.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MOVIE APP USING MERN STACK
## Overview
* This is a full-stack App using the MERN stack.
### Prerequisites
* You need to create an account and get an API key in the MovieDatabase Api [Follow the link -> ](https://developers.themoviedb.org/3)
### Functionality
* Allows users to do CRUD operations
- Create: the user is allow to create an account
- Read allow user to read information about movies
- Updata- allow user to update information about profile
- Delete- allows user to delete account
* It allows user to add favorite movies to his profile.
### Technologies
#### Front-end
- React JS
- React Router
- Redux, Redux-Thunk
#### Back-end
- NodeJs
- Express
- JWT
- Moongoose
### Installing
* Clone the Repo and run npm install and npm run to run on localhost
[Click here to see live Version --> ](https://immense-springs-16706.herokuapp.com/client/)