Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 829 Bytes

File metadata and controls

40 lines (27 loc) · 829 Bytes

TaskRabbit_clone

Project Overview

DevRabbit is a P2P foreign exchange platform and avoid unnecessary bank fees. All work was completed on my own.

Technology Used

  • JavaScript
  • React
  • Redux
  • Node.js
  • Sequelize
  • HTML
  • CSS

How to start a development environment

  1. Clone project

  2. In the backend directory, generate a .env file inside the python-starter directory and SESSION_SECRET variable into it

  3. In your terminal, cd into the backend folder, run npm install and then npm start

cd backend
npm install
npm start
  1. In a second terminal, cd into the frontend folder, run npm install and then npm start and wait for the browser to auto open on the homepage
cd frontend
npm install
npm start
  1. Enjoy!