/movies-app-1

Movies App

Primary LanguageJavaScript

movies-app

Introduction

This repository is the result of the tutorial to develop your first MERN application and you can find it here

What you should install?

For this project, I decided to use the MERN (MongoDB, Express.js, React.js, and Node.js) technology. mern

Firstly, you should install

Download

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

Configuring App

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