Skip to content

Web Fullstack application using Nodejs, Express, MongoDB, React

License

Notifications You must be signed in to change notification settings

plquann/my-social-network

Repository files navigation

my-social-network using Nodejs MongoDB Express React

Installation

clone project

$ https://github.com/QuanKhs/my-social-network

without Docker

$ npm install
$ cd client
$ npm install

with Docker

Building image

$ docker build . -t <my-social-network>/node-web-app
  • Run the image
$ docker run -p 49160:5000 -d <my-social-network>/node-web-app

Running on http://localhost:5000

About

Web Fullstack application using Nodejs, Express, MongoDB, React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published