Skip to content

A PERN Stack project. The project allows users to add details about places that they have visited, so that it becomes helpful for other users to look up the places, which could help them decide their next tourist place.

Notifications You must be signed in to change notification settings

rakshith-crm/YouGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tourist-Guide

A PERN Stack project. The project allows users to add details about places that they have visited, so that it becomes helpful for other users to look up the places, which could help them decide their next tourist place.

Requirements

  • npm v6.14.12
  • node v14.16.1
  • React Js
  • PostgreSQL

Installing

git clone https://github.com/rakshith-crm/Tourist-Guide

Usage

  • Setup Postgre Database
    • Create Database 'JWT'
    • Create Tables (refer schema.sql)
    • Create procedures (refer plsql.sql)
    • Start PostgreSQL server at port 5432
  • Navigate to project folder
  • cd Tourist-Guide
  • Open 2 Terminals
    • Terminal 1
      • cd server
      • node app.js (or) nodemon
    • Terminal 2
      • cd client
      • npm start
  • Navigate to http://localhost:3000 to view application

Screenshots

Alt text Alt text Alt text Alt text

About

A PERN Stack project. The project allows users to add details about places that they have visited, so that it becomes helpful for other users to look up the places, which could help them decide their next tourist place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published