DevRabbit is a P2P foreign exchange platform and avoid unnecessary bank fees. All work was completed on my own.
- JavaScript
- React
- Redux
- Node.js
- Sequelize
- HTML
- CSS
-
Clone project
-
In the backend directory, generate a .env file inside the python-starter directory and SESSION_SECRET variable into it
-
In your terminal, cd into the backend folder, run npm install and then npm start
cd backend
npm install
npm start
- 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
- Enjoy!