Skip to content

sarzz2/HouseOfFlair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This project was built using React, Redux, Sass, HTML, JavaScript, Rest API, Node JS, Express and MongoDB with JWT and Stripe integration. It is an freelance outsourcing web application and for running on your local environment you should follow these guidelines.

Prerequisites

  • NPM
  • Node JS
  • MongoDB

Install

Install NPM

Check that you have node and npm installed

To check if you have Node.js installed, run this command in your terminal:

node -v

To confirm that you have npm installed you can run this command in your terminal:

npm -v

To confirm that you have MongoDB installed you can run this command in your terminal:

mongo -v

To install all the dependences of the project, run the following command:

cd client

npm install

cd ../

cd server

npm install

To run the application got to the client folder and run the following command:

npm run dev

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Server

JWT_SECRET

MONGODB_URL

STRIPE_SECRET

NODE_ENV

Client

VITE_API_URL

VITE_PAYMENT_SUCCESS_REDIRECT

Tools used on this project

  • Visual Studio Code
  • Vite-JS template
  • MongoDB compass
  • Stripe Dashboard to monitor payments

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages