BIT homework
website application project One of 4 projects (folders bank and server) is deployed on Linux server, feel free to play on: https://inga-portfolio.lt/bank
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
- CRUD - 4 different approaches (r1, r2, r3, bank - client side with ReactJS, s1, s2, s3, server - server side with ExpressJS)
- References to mysql database
- Design with SASS
- File uploading finctionality
React.js - download and install
https://reactjs.org/
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://ingagd.github.io/Bank-application.git
- Install NPM packages
or
npm i
npm install
- Run the server
npm run dev
There is no tests for this project.
Inga: Github