sayuru-akash / coffee-shop-webapp

eCommerce web application for a coffee franchise developed using MongoDB, ExpressJS, AngularJS, and NodeJS; (MEAN) stack

Home Page:https://coffee-shop-webapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues GPL License LinkedIn


Logo

Coffee Shop Full Stack Application (MEAN)

eCommerce web application for a coffee shop developed using MongoDB, ExpressJS, AngularJS, and NodeJS; (MEAN) stack.
Explore the project »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contributors
  6. License
  7. Contact

About The Project

Product Name Screen Shot

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This project is built using MEAN stack. So, you need to have the following installed on your machine.

  • NodeJS
  • Angular CLI
  • NPM

Installation

  1. Get NPM, Angular CLI, and NodeJS installed on your machine
    npm install npm@latest -g
    npm install -g @angular/cli
  2. Clone the repo and resolve dependencies, if any
    git clone https://github.com/sayuru-akash/coffee-shop-webapp.git
  3. Run the project

(back to top)

Usage

This project is a full-stack web application for a coffee shop. It has the following features:

  • User registration and login
  • User profile management
  • Product browsing
  • Cart management
  • Ordering and payment
  • Admin panel

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contributors

This project is an academic project done by the following student/s.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

(back to top)

Contact

Sayuru Akash - @sayuru_akash - contact@sayuru.me

Project Link: https://github.com/sayuru-akash/coffee-shop-webapp

(back to top)


Angular Related Info


NextJS Related Info

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

This project was generated with Angular CLI version 15.2.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

eCommerce web application for a coffee franchise developed using MongoDB, ExpressJS, AngularJS, and NodeJS; (MEAN) stack

https://coffee-shop-webapp.vercel.app

License:GNU General Public License v3.0


Languages

Language:HTML 59.1%Language:TypeScript 29.7%Language:JavaScript 11.2%Language:SCSS 0.1%