Node must be installed in PC. Also MongoDB and MongoDB compass must also be installed.
Fork the repo on your account using fork button.
Clone the repo on you local PC by using git clone https://github.com/abhishekgupta3/Daily-Journal-Blog.git
.
Install all the dependencies for the project by using npm install
in your local pc where you have cloned the repo.
- First navigate to the cloned repo on your PC and enter
npm start
to run the backend.
Backend is completely designed using NodeJS, ExpressJS, EJS. MongoDB used as a database for this project.
Currently this project is still on development phase.
You could find deployed version of app at https://blogx-eyrie.herokuapp.com/ Changes are being made as new features are being added.
You can contribute to this repo by assigning issues to it or resloving issues in issues tab.