Skip to content

Jesus-Elizalde/exotals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exotals

This is a Clone of AirBnb. Access Exotals and start your fun!.

Exotals is the place to go to rent your dream car!

Index

| API Docs | Database Schema | Feature List | Frontend Routes |

Technologies Used

alt text alt text alt text alt text alt text alt text alt text

Getting Started

  1. Clone this repo.
  • git clone https://github.com/Jesus-Elizalde/exotals.git
  1. Install dependencies in backend directory and frontend directory.
  • npm install
  1. Create a POSTGRESSQL user with the CREATEDB and password in PSQL.
  • CREATE USER <name> WITH CREATEDB PASSWORD <'password'>
  1. Create a .env file in the backend directory based on the .env.example found withing the respective directory.
  2. Enter your username and password information into your .env file along with your desired database name, a secured combination of characters for your JWT_TOKEN, and your desired PORT(preferably 8000.) 6.Add the following proxy to your package.json file within your frontend directory, replacing or keeoing the 5000 port to match your PORT configuration found in your .env file.
  • "proxy":"http://localhost:8000" 7.Create Database, Migrate, and Seed models.
  • npx dotenv sequelize db:create
    • npx dotenv sequelize db:migrate
    • npx dotenv sequelize db:seed:all 8.Start the services in the backend directory.
  • npm start 9.Start the services in the frontend directory, which should open the project in your default browers, If not, navigate to (http://localhost:8000).
  • npm start 10.You can use the Demo user or create an account to begin using Exotals.

Features

Loggind in users can perform the following actions.

  • Add/View/Edit/Delete Cars
  • Add/View/Edit/Delete Reviews

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published