This social networking webapp which lets user post his status build with Express Js, a Node Js web application framework.
-
Node js
$ nodejs --verion v6.11.0
-
npm
$ npm --version 3.10.10
-
mongoDB
$ mongod --version db version v3.4.5
-
Clone this repository
$ git clone https://github.com/fumblehool/pals-around.git
-
Goto the project directory and run the following commands.
$ mongod $ npm install $ node server.js
-
Open 'localhost:3000/' in your browser.
- Goto the project directory and run the following command
$ docker-compose up
- Open
localhost:8000/
in your browser.