Skip to content

n0obs73r/krishna-fertilizers-app

Repository files navigation

Offline Shop Stock Management and Portfolio

A SPA (Single Page Application) built on MEAN (Mongo, Express, Angular, Node.js) stack

Angular Node.js TypeScript npm

Deployment

To deploy the backend api

  cd backend
  npm install
  node server.js

To deploy the Angular Frontend

  npm install
  ng serve

Technologies Used

  • 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

Pre-requisites

  • git
  • node.js
  • npm
  • mongodb

Contributing

Contributions are always welcome!

##Deployed Website

Krishna Fertilizers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published