Coder Social home page Coder Social logo

kanugoyal / foodapp_angular Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.02 MB

Angular app using Angular CLI, Node.js, and Express.js for a REST API. Implemented token-based authentication, CORS handling, and used MongoDB for data storage.And will be Deploying the app on Firebase.

TypeScript 72.80% HTML 12.81% CSS 14.39%

foodapp_angular's Introduction

Food Ordering Website - Angular, Node.js, and MongoDB

This project is aimed at building a full-fledged food ordering website using the Angular framework for the frontend, Node.js for the backend, and MongoDB for the database. The website will allow users to browse through various food items, place orders, and make payments online. The project is currently in Stage 1, focusing on the frontend development using Angular. Subsequent stages will involve the implementation of the backend using Node.js and integrating it with MongoDB.

Alt Test

Stage 1: Frontend (Angular)

In this stage, we will be developing the frontend of the food ordering website using the Angular framework. Angular is a powerful and popular front-end development platform that allows us to create dynamic and responsive user interfaces.

Prerequisites

Before proceeding with the setup, ensure that you have the following tools and technologies installed on your system:

  • Node.js and npm (Node Package Manager)
  • Angular CLI (Command Line Interface)

Setting up the Frontend

Follow these steps to set up and run the frontend of the website:

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the frontend directory:
cd frontend
  1. Install the required dependencies:
npm install
  1. Run the Angular development server:
ng serve
  1. Open your web browser and access the website at http://localhost:4200/.

Features

At this stage, the frontend will include the following features:

  • User authentication and registration.
  • Displaying a list of available restaurants and their respective menus.
  • Allowing users to add items to their cart and adjust quantities.
  • Calculating the total price of the order.
  • Proceeding to the checkout page.

Stage 2: Backend (Node.js) and Database (MongoDB)

The next stage of the project will focus on building the backend using Node.js and setting up the MongoDB database. The backend will handle user authentication, process orders, manage restaurant data, and interact with the database for data storage.

Future Development

In the subsequent stages, we will work on the following features:

  • Implementing user authentication and authorization on the backend.
  • Building RESTful APIs for handling user registration, login, and order processing.
  • Integrating the backend with MongoDB for data storage.
  • Adding admin functionalities to manage restaurants and their menus.
  • Implementing real-time order tracking and notifications.

Please note that this Readme will be updated as the project progresses through different stages.

Contribution

Contributions to this project are welcome. If you find any issues or have suggestions for improvement, please feel free to create an issue or submit a pull request.

Let's work together to build an awesome food ordering website! Happy coding!

foodapp_angular's People

Contributors

kanugoyal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.