Practicing MERN stack. TMDb API used for this project. --> https://www.themoviedb.org/
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the moviesMERN
git clone https://github.com/kmaodus/moviesMERN.git
- Install server NPM packages (inside root folder)
npm install
- Install NPM packages in client directory
cd client
npm install
- Cd back to root directory and run
cd ..
npm start
You can register if you want to add movies in your favorites list, otherwise you can view latest popular movies and view detailed movie info by clicking on an image. If you are logged in you can also leave comments and likes on a movie.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
Fork the Project
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature
) -
Commit your Changes (
git commit -m 'Add some AmazingFeature'
) -
Push to the Branch (
git push origin feature/AmazingFeature
) -
Open a Pull Request
Distributed under the MIT License.
Larkken j Alunan