Katie-Davies / DirtRider

0 stars 0 forks source link

DirtRider Fullstack

An in development personal project that fills the gap in the market for hiring dirt bikes from individual people.

In Progress

I am currently learning how to implement Stripe and Socket.io. Keep checking in to see the progress!

All Users

User Story as Customer

User Story as Bike Host

AI Stretch

Current setup

Frontend set-up

Backend set-up

Installation

From the command line

git clone git@github.com:Katie-Davies/DirtRider.git
npm install # to install dependencies
npm run knex migrate:latest
npm run knex seed:run # to create database
npm run dev # to start the dev server

You can find the server running on http://localhost:3000 and the client running on http://localhost:5173.