Skip to content

RideRevolt is a Bike-store management web application that has is make on express.js and has different routes for different requests.

Notifications You must be signed in to change notification settings

khaledssbd/RideRevolt-project

Repository files navigation

RideRevolt 🚴‍♂️

Live site 🌐


GitHub Repository 📂


Project Overview 🛠️


Used npm Packages 📦

  • npm init -y
  • npm install express
  • npm install mongoose
  • npm install cors
  • npm install dotenv
  • npm install -D typescript
  • tsc -init
  • npm install -D @eslint/js
  • npm install -D @types/express
  • npm install -D @types/cors
  • npm install -D @typescript-eslint/eslint-plugin
  • npm install -D @typescript-eslint/parser
  • npm install -D eslint@9.14.0
  • npm install -D globals
  • npm install -D prettier
  • npm install -D typescript-eslint

Getting Started 🚀

To run this project on your local machine follow the instructions-

Prerequisites

Before you begin, ensure you have the following installed on your local machine:


Installation

  1. git clone https://github.com/khaledssbd/RideRevolt-project
  2. cd RideRevolt-project
  3. npm install
  4. Create a .env file inside the "RideRevolt-project" folder and configure the following environment variables accordingly-

NODE_ENV=

PORT=

DATABASE_URL=

BCRYPT_SALT_ROUNDS=
  1. npm run start:dev

Open http://localhost:5000 to view it in the browser.

About

RideRevolt is a Bike-store management web application that has is make on express.js and has different routes for different requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published