A SPA (Single Page Application) built on MEAN (Mongo, Express, Angular, Node.js) stack
To deploy the backend api
cd backend
npm install
node server.js
To deploy the Angular Frontend
npm install
ng serve
- MongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
- Express (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
- Angular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
- Node.js : JavaScript runtime environment – lets you implement your application back-end in JavaScrip
- git
- node.js
- npm
- mongodb
Contributions are always welcome!
##Deployed Website