Skip to content

MERN-stack web app where you can share visited places ๐ŸŒ‡

Notifications You must be signed in to change notification settings

vsnaichuk/mern-places

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

73 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MERN stack. YourPlaces app

This is a MERN-stack based web-app where you can view and share the places you and others have visited.

Installing

  • Clone or download this project
$ git clone ...
  • You need client and server runs concurrently in different terminal session, in order to make them talk to each other

Client-side usage(PORT: 3000)

$ cd frontend   // go to client folder
$ npm install       // install npm pacakges
$ npm run start // run it locally

Server-side usage(PORT: 5000)

$ cd backend   // go to server folder
$ npm install       // install npm pacakges
$ npm run start // run it locally

About

MERN-stack web app where you can share visited places ๐ŸŒ‡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published