Skip to content

VirtualGhost00/flexmoney

Repository files navigation

Flexmoney Assignment

This is the Assignment for Flexmoney Internship.

Usage

First Setup Client

cd client
npm install
npm start

Next setup server. Open a new terminal,

npm install
npm run dev

Frontend

The Frontend uses the following libraries

  • React
  • Material UI
  • Axios
  • Framer Motion
  • React Lottie

Backend

The Backend uses the following libraries

  • Express
  • Mongoose/li>
  • Nodemon

The Architecture

The architecture of the Application is as follows:

Architecture

ER Diagram

The ER Diagram and Table for the Database are as follows:

ER_Diagram

Table