Skip to content

shubhamjain23/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social media web application

This application is in building phase.

This repository contains code for a social media web application built using the following web technologies:

The Installation process assumes that you already have the above technologies installed on your machine.

Install

Run following commands:

npm install

Then run mongod.exe to start mongodb. Usual code to run mongodb.exe from command prompt terminal of windows is

"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe"

This only works if the path to mongod.exe is same as mentioned above.

To start server, you can run either:

npm start

or

node server.js

Open browser, and run application using localhost:6768

Note:You cannot start server without running mongod.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published