narayudu / movies-app

Movies App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movies-app

What you should install?

This project uses the MERN (MongoDB, Express.js, React.js, and Node.js) technology. mern

Firstly, you should install

Download

You can download the folder on this link.

If you have git installed on your PC, you just need do as follow:

$ git clone https://github.com/mathiasbuchner/movies-app.git

Configuring App

If you have all the prerequisites installed you should verify if your MongoDB is up.

$ cd movies-app
$ cd backend
$ yarn install
$ node index.js
$ cd movies-app
$ cd frontend
$ yarn install
$ yarn start

About

Movies App


Languages

Language:JavaScript 90.9%Language:HTML 7.8%Language:Dockerfile 1.3%