DavideViolante /
Angular-Full-Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Loading repository data…
HopefulHeart2020 / repository
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Angular Full Stack is a project to easly get started with the latest Angular using a real backend and database. Whole stack is in TypeScript, from frontend to backend, giving you the advantage to code in one single language throughout the all stack.
This project uses the MEAN stack:
Other tools and technologies used:
npm i -g @angular/clinpm inpm run dev: concurrently execute MongoDB, Angular build, TypeScript compiler and Express server.
A window will automatically open at localhost:4200. Angular and Express files are being watched. Any change automatically creates a new bundle, restart Express server and reload your browser.
npm run prod: run the project with a production bundle listening at localhost:3000
npm run builddev for dev or npm run build for prodnpm run predevmongodnpm startsudo docker-compose up3000 as an Inbound rule for Source 0.0.0.0/0.env filenpm cinpm run buildnpm start12.34.56.78:3000npm start, eg: pm2 start dist/server/app.js
Run ng test to execute the frontend unit tests via Karma.
Run npm run testbe to execute the backend tests via Jest (it requires mongod already running).
Run npm run lint to execute Angular ESLint, HTML linting and SASS linting.
To get more help about this project, visit the official wiki.
To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.
Selected from shared topics, language and repository description—not editorial ratings.
DavideViolante /
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
nathangtg /
Enterprise-Grade Full-Stack Starter Kit – Spring Boot & Angular A powerful starter kit with JWT authentication, Flyway migrations, built-in route protection, and a CLI for quick setup.
JulieGibbs /
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Zahaa7 /
E-Commerce Full-Stack Application with Angular as front-end & Spring Boot (back-end) that communicate using a REST API and a MySQL database with frull CRUD support. This application was created following the course provided by Chad Darby - "Full Stack Angular and Spring Boot" on Udemy.com
Mehdox-B /
🎓 Student Payment Manager: A modern Angular 17 web app for managing students and payments. Features include a 📊 dashboard, 👥 student management, 💰 payment tracking, and 📅 scheduling, all with a 📱 responsive design. Built using Angular Material and TypeScript.
gdys92 /
Full Stack MEAN application using Angular, Node.js, Express, MongoDB & Typescript.