Skip to content

SirindaW/myWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision😎

Project Title : Vision

Project Description

  • Simple blog web application that you can register for an account to read, write, like and comment on blogs.
  • Front-end using React Redux and Material-UI
  • Back-end using NodeJS, ExpressJS and MongoDB

How to run

Create .env file in /myWebApp/server with your Port and MongoDB URL:

PORT = "PORT"
CONNECTION_URL = "MONGODB URL STRING"

Start web API server (back-end):

cd myWebApp/server
npm install
npm start

Start client server (front-end):

cd myWebApp/client
npm install
npm start

About

Full stack MERN social media app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published