case141 / fintech-project

fintech-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Money

Hi there! Welcome to our NUS Money Project!
This project uses Bootstrap templates in the frontend and node.js/MySQL database as the backend.

Please note what the respective folders contain:

frontend folder - bootstrap-related css and js template files, scripts for styling frontend pages, html files, assets and images
backend folder - apis for various features like getting user data and transaction data
textfiles folder - the text files we created at the start of the module

First time setup

Add a .env file in backend folder

Run following commands for first time project setup:

npm init
npm install
npm install boostrap@5.2.3

Commands to start backend and database server:

cd backend
node main

2 basic templates have been used (for now)

stylish-portfolio: https://startbootstrap.com/theme/stylish-portfolio
image

default boostrap: https://getbootstrap.com/docs/5.2/getting-started/download/
image

Get All Accounts
image

About

fintech-project


Languages

Language:CSS 85.7%Language:HTML 9.5%Language:JavaScript 4.9%