test task for WebbyLab
For this project, I decided to use the MERN (MongoDB, Express.js, React.js, and Node.js) technology.
Firstly, you should install
Create a .env
file in the root of your project and insert
your key/value pairs in the following format of KEY=VALUE
:
PORT = 5000
MONGO_URI = 'mongodb://localhost/cinema'
If you have all the prerequisites installed you should verify if your MongoDB is up.
$ cd movieApp
$ npm install
$ cd movieApp
$ cd client
$ npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.