/deltax-assessment

Basic Crud Operation like IMDB.COM

Primary LanguageCSSMIT LicenseMIT

Deltax-assessment

Deployed Link https://deltax-assessment.herokuapp.com

To Run this project For this Assessment I'm using MERN stack, frontend is designed with Material UI and the Images are Stored in Firebase. And my File struture In my client folder all the front end codes are there and in the root folder server code is placed.

First Install node_modules

In the root folder
npm install

To run in client folder
cd client && npm install

Create Firebase Account and provide the rules for storage for storage.Then fill the web kit credential in this file https://github.com/BalaRajendran/deltax-assessment/blob/master/client/src/firebase/index.js

Then Copy the .env_example file into .env and the required credentails

In the root folder
npm run dev