My attempt to create a Simple CRUD Web with MEAN Stack (MongoDB, Express.js, Angular, Node.js)
- Frontend: Angular17 + HTTPClient, Bootstrap 5
- Backend: Node.js + Express, MongoDB
cd nodejs-backend
npm install
Run node sever.js
to start
cd angular-frontend
npm install
Run ng serve
to start