Skip to content

alejandrovillegas/movies-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • HTML 7.9%