Skip to content

fumblehool/pals-around

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pals Around

This social networking webapp which lets user post his status build with Express Js, a Node Js web application framework.

Requirements -:

  1. Node js

    $ nodejs --verion v6.11.0

  2. npm

    $ npm --version 3.10.10

  3. mongoDB

    $ mongod --version db version v3.4.5

Steps for Installation -:

  1. Clone this repository

    $ git clone https://github.com/fumblehool/pals-around.git

  2. Goto the project directory and run the following commands.

    $ mongod
    $ npm install
    $ node server.js
    
  3. Open 'localhost:3000/' in your browser.

Running Locally -:

  1. Goto the project directory and run the following command
    $ docker-compose up
    
  2. Open localhost:8000/ in your browser.

About

A social networking service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published