/movies-mern-app

Admin app created using react-admin and json-server as backend.

Primary LanguageJavaScript

movies-app

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

$ cd movies-app
$ cd server
$ npm install
$ nodemon index.js
$ cd movies-app
$ cd client
$ npm install
$ npm start