khushi-naik / GlobeTrotters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GlobeTrotters

GlobeTrotters is a web-platform for travellers around the world to share their experiences through blogs by posting their content.

https://globetrotters-0820.herokuapp.com/

Following are the steps to run the above web application-

To install all the dependencies used in the project run the command below in the terminal

 npm install

To install nodemon

 npm i -D nodemon

To run the application

 nodemon app / npm run dev

To set-up the database in MongoDB server-

  • download MongoDB from here
  • Inside the database create a collection called world by importing world.json provided in this folder.

About

License:MIT License


Languages

Language:EJS 86.0%Language:JavaScript 13.1%Language:CSS 0.9%