Skip to content

HackerNewsClone Project built with Node.js,Express.js,Mongodb, and Jade

Notifications You must be signed in to change notification settings

HaiderMalik12/HNClone

Repository files navigation

HackerNews Clone

Configuration

  • Platform: node
  • Framework: express
  • Template Engine: jade
  • CSS Framework: bootstrap
  • CSS Preprocessor: css
  • JavaScript Framework:
  • Database: mongodb

Setup

1. Install the Dependencies

npm install

2. Run the Mongodb

Open your terminal and run this command

monogd

3. Create database in Mongodb

Open another tab in a terminal and run these commands

monogo
use hn_db

4. Run the App

npm start

This Application will be running on PORT 3000. Open your browser and goto this url

http://localhost:3000/

About

HackerNewsClone Project built with Node.js,Express.js,Mongodb, and Jade

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published