• Stars
    star
    109
  • Rank 318,154 (Top 7 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Movies App

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