A full-stack platform built with Angular and Node.js.
The project is divided into two main parts:
frontend/: Angular applicationbackend/: Node.js server
- Node.js
- npm
- Angular CLI
-
Navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install
-
Start the development server:
ng serve
The application will be available at
http://localhost:4200
-
Navigate to the backend directory:
cd backend -
Install dependencies:
npm install
-
Start the server:
node server.js
The server will run on
http://localhost:3000
- Frontend development server runs on port 4200
- Backend server runs on port 3000
- Make sure both servers are running for full functionality
- Angular
- TypeScript
- HTML/CSS
- Node.js
- Express.js