Online Ordering System built with MongoDB and Angular. For demonstration purposes and a tutorial.
Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.
- Clone the repository:
git clone git@https://github.com/Nandita-93/Order-Mananagement_-GestoTech.git
- Install the application:
npm install
- Start the server:
node server.js
- View in browser at
http://localhost:8080
Note: The index.html can be found inside the folder named public.