Backup of https://github.com/LeddaZ/project-work
|
|
||
|---|---|---|
| backend | ||
| frontend | ||
| .gitignore | ||
| .hintrc | ||
| consegna.pdf | ||
| README.md | ||
Banking web app
Banking website made for the 1st project work of the 2023-2025 ITS Web Developer Full Stack course.
The file consegna.pdf specifies (in Italian) the requirements for the project.
The backend is written in TypeScript with Node.js, Express and MongoDB as database. The frontend is also written in TypeScript, with Node.js and Angular.
How to run this
Make sure you have Git, MongoDB (not needed if you use Atlas), Node.js and the Angular CLI installed.
git clone https://git.leddaz.org/LeddaZ/project-work
cd project-work
Backend
cd backend
# Copy .env.example to .env and fill in the required fields
npm i
npm run dev
Frontend
cd frontend
npm i
ng serve --open # Opens a new browser tab, or
ng serve # Launches the frontend without opening it