Skip to content

whitnessme/crypt-seeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt-seeker

CryptSeeker is a React/Redux/Express clone of HipCamp, but for those interested in staying in supernatural places. There are some good ole fashioned Haunted Hotels, Cryptid hideaways, mysterious spaces, and otherwise supernatural places!

Technologies

  • Frontend
    • React
    • Redux
    • Moment.js
  • Backend
    • Express
    • Sequelize
    • postgres
    • bcrypt

Features & Screenshots

Landing Page


landing page


Haunts List


haunts page


Login - Demo User & Demo Host


login modal


Signup - Start Hosting


signup page


Haunt Page


haunt page


Regular User

Booking Feature/Trips for staying at a Haunt!


trips page


successfully booked


Host User

Listing a Haunt


listings


create a haunt

Adding features to listing - Area features, Amenities, & Essentials


edit haunt features


Database Schema

Crypt Seeker Diagram

Run Locally Instructions:

  1. Clone this repo

    • git clone git@github.com:whitnessme/crypt-seeker.git
  2. Install dependencies from the root directory

    • npm install
  3. Create a POSTGRESQUL user with CREATEDB and PASSWORD in PSQL

    • CREATE USER <name> WITH CREATEDB PASSWORD '<password>'
  4. Create a .env file in the backend directory based on the .env.example found within the respective directory

  5. Enter your psql user's name and password information into your .env file along with your desired database name, a secured combination of characters for your JWT_SECRET, and your desired PORT (preferably 5000)

  6. Add the following proxy to your package.json file within your frontend directory, replacing or keeping the 5000 port to match your PORT configuration found in your .env file.

    • "proxy": "http://localhost:5000"
  7. Create database, migrate, and seed models with script:

    • npm run db:setup
  8. Start backend server

    • npm start
  9. Start frontend services, which should open the app in your default browser, if not navigate to http://localhost:3000.

    • npm start
  10. You may use the demo user or create a new regular user account by clicking on "Sign up" button. If you wish to make a host user click on the "Start Hosting" button.

About

This is my clone of HipCamp, but for those interested in staying in supernatural places. There are some good ole fashioned Haunted Hotels, Cryptid hideaways, mysterious spaces, and otherwise supernatural places!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors