Skip to content

nullgar/HauntedPNT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HauntedPNT

Hi! I'm Jonatan Aguilar and this is my first Yelp like FullStack single page application.

You can visit my project at HauntedPNT

Technologies Used

  • CSS

How to Install Application via Command Line

Go to Repo

  1. Copy Code Link

Step 1

  1. Open up terminal and input git clone Link from github in your desired folder.

Step 2

  1. Go to application by using cd /Folder Location.

Step 3

  1. Open Up Code in your IDE by using code . in the location folder or by opening it directly on your IDE.

Step 4 a

Step 4 b

  1. Open up the integrated terminal.

Step 5

  1. In two seperate terminal instances run NPM Install in both /frontend and /backend directories.

Step 6

7.a Create a user with in PostgreSQL using psql -c "CREATE USER <username> PASSWORD '<password>' CREATEDB" replacing the text in <> with credentials.

Step 7 a

7.b Create an .ENV file and a JWT (Can be any string) as shown in the .env.example file

Step 7 b

  1. Run the npx dotenv sequelize db:create command to create the Database

Step 8

  1. In the backend terminal run: npx dotenv sequelize db:create && npx dotenv sequelize db:migrate && npx dotenv sequelize db:seed:all

Step 9

  1. In the backend terminal run npm start

  2. In the front end terminal run npm start

Link to WIKI and additional information

Wiki Feature List Database Schema StateShape

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages