DigitalHive is a FullStack mern web application used using MongoDB, Express, NodeJs, React
- Create your mongodb instance from https://account.mongodb.com/account/login and set the connection string as envi variable MONGO_CONNECTION_STR
- In a new terminal, cd to backend-api directory
npm install
- once dependencies are installed, you can run the backend server using node or nodemon, run the command
node index.js
- This will setup the backend part of the project
- In a new terminal, cd to blog-client directory
npm install
- once dependencies are installed, you can run the front-end react using the command
npm start
- This will run the front-end part