rakshith-crm / YouGuide

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 86.5%Language:HTML 7.7%Language:CSS 3.4%Language:PLpgSQL 2.3%Language:Shell 0.1%