A website using MongoDB and ExpressJS as backend and React as frontend.
1. Clone the repo:
git clone https://github.com/Shevilll/Moviezzz.git
2. Install the dependencies:
npm i
3. Create .env.local
cp .env .env.local
4. In .env.local enter your The MovieDB API and MongoDB URI
5. Run server
npm run start:backend
6. Run App
npm run start:frontend
Found some bug? Create a issue and pull request
This project is licensed under the MIT License