Skip to content

This is full-stack application created to give platform to travellers to share experience and Add Pins to their destinations.

Notifications You must be signed in to change notification settings

Sid-0602/Mappify-Travel-Around

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Mappify-Travel-Around

This is full-stack application created to give platform to travellers to share experience and Add Pins to their destinations.

How to Use:

Visit the website and directly view the alredy created pins on Map. If you want to create a new Pin, you need to login.

TechStack:

  • Frontend (CLIENT) : ReactJS and JavaScript.
  • Backend (SERVER) : NodeJS, Express and JavaScript.
  • Databases: Mongoose Library and MongoDB (nosql).
  • External APIs: Mapbox API to access World Map.
  • Docker and Docker-Compose for contenerization.
  • AWS EC2 for deployment.

Preview of Application:

Overview:

image

Register and Login Window:

image image

View Pins when logged in:

image

Crate a Pin and share experience:

image image

Docker and Docker Compose

Pull Docker image:

docker pull sidjadhav/mappify-server:1.0.0.RELEASE

Docker Compose deployment:

docker-compose up # to start
docker-compose down # to end

Pushing new image:

docker login
docker pull sidjadhav/mappify-server:0.0.0:RELEASE
docker build -t sidjadhav/mappify-server:0.0.0:RELEASE
docker push sidjadhav/mappify-server:0.0.0:RELEASE

About

This is full-stack application created to give platform to travellers to share experience and Add Pins to their destinations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published