Hop on, buckle up, and get ready for a wild ride! This is the ultimate destination for all motorcycle enthusiasts, a place where you can rev your engines, swap stories, and fulfill your need for speed.
We've got it all: from the latest and greatest motorcycles, to all the juicy gossip about the motorcycle world. You can communicate with our chatbot to get all the information you need, or just sit back and relax while browsing through our vast collection of motorcycles. And if you're feeling brave, you can even purchase your dream bike right here!
So, put on your leather jacket, grab a helmet, and join us on this unforgettable journey. Who needs a cape when you've got two wheels and a throttle? Get ready to become a Ghost Rider!
by chatgpt
- Clone the repository.
- Copy the
.env.example
file to.env
and fill in the necessary values. - Run
docker-compose up -d
- Install dependencies by running
make init
. - Create a database and seed it by running
make db
. - Start the application by running
make run
.
Access to the API : http://localhost:5000
Access to the front : http://localhost:5173
if you want to run tests :
- Copy the
.env.example
file to.env.test
and fill in the necessary values. - Run
make test
.
- Administrateur : [email protected] / admin
- Vendeur : [email protected] / seller
- Utilisateur : [email protected] / user
The application is hosted at https://ghost-riders.com/ (coming soon) for public access.
- Express
- Vue.js
- Prisma
- PostgreSQL
- Docker
This project is licensed under the MIT License - see the LICENSE.md file for details.