#NODE JS APP FOR CROMWELL
A project NodeJS app created by Julius Oyovwikigho.The frontend consist of React, Redux, react-cookie, and react-router-dom.The backend is built using express with a MongoDB database
- Run git clone https://github.com/ojst60/CromwellTask.git from command prompt
- Change into the App's root directory "CromwellTask".
- Run "npm install" to install backend dependencies
- change into the the frontend root directory cd client
- Run npm install to install frontend dependencies
- Create a .env file in the App root directory and copy the env details
- Run "npm start" from the root directory to start the server
- Run "npm start" from the frontend root directory CromwellTask\client to start the frontend
- Server is running on localhost:3002 and frontend is running on localhost:3000
Attached to the email