A Blogging website built with Nodejs 🖋️
-
Clone the repository
-
Download all the packages and it's dependencies. Open the terminal and type
npm install
-
Create
.env
file and insert proper key values (refer.env.sample
). -
Install migrate-mongo globally
npm install -g migrate-mongo
- Migrate up
migrate-mongo up
- To start the development server run
npm run startDev