This repository is the result of the tutorial to develop your first MERN application and you can find it here
For this project, I decided to use the MERN (MongoDB, Express.js, React.js, and Node.js) technology.
Firstly, you should install
You can download the folder on my GitHub or you can do this directly on this link.
If you have git installed on your PC, you just need do as follow:
$ git clone https://github.com/samaronybarros/movies-app.git
If you have all the prerequisites installed you should verify if your MongoDB is up.
$ cd movies-app
$ cd server
$ yarn install
$ nodemon index.js
$ cd movies-app
$ cd client
$ yarn install
$ yarn start