An open API service indexing awesome lists of open source software.

https://github.com/nkosi-tauro/inventory_cart

A simple Shopping Cart
https://github.com/nkosi-tauro/inventory_cart

nuxt3 supabase

Last synced: 2 months ago
JSON representation

A simple Shopping Cart

Awesome Lists containing this project

README

        

Inventory Cart


Github top language

Github language count

License


## :dart: About ##

A simple Shopping Cart built with Nuxt 3, TailwindCSS and Supabase
Based on [NetNinja](https://netninja.dev/courses/nuxt-3-with-pinia) tutorial

## :rocket: Technologies ##

The following tools were used in this project:

- [Nuxt 3](https://nuxt.com/)
- [Supabase](https://supabase.com/)
- [TailwindCSS](https://tailwindcss.nuxtjs.org/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/inventory_cart

# Access
$ cd inventory_cart

# Install dependencies
$ yarn install

# Run the project
$ yarn dev

# The server will initialize in the
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by Nkosilathi Tauro

 

Back to top