Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuletawwonte/ethresale
Ethresale is a Nuxt.js powered web application that enables individuals to effortlessly buy or sell second hand or used items in Ethiopia.
https://github.com/wuletawwonte/ethresale
nuxtjs supabase typescript vuejs
Last synced: 16 days ago
JSON representation
Ethresale is a Nuxt.js powered web application that enables individuals to effortlessly buy or sell second hand or used items in Ethiopia.
- Host: GitHub
- URL: https://github.com/wuletawwonte/ethresale
- Owner: wuletawwonte
- License: mit
- Created: 2023-11-24T16:25:33.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-12-30T06:13:31.000Z (about 1 month ago)
- Last Synced: 2025-01-03T08:22:30.654Z (29 days ago)
- Topics: nuxtjs, supabase, typescript, vuejs
- Language: Vue
- Homepage: https://ethresale.netlify.app/
- Size: 6.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ethresale
> **Ethresale** is a Nuxt.js powered web application that enables individuals to effortlessly buy or sell second hand or used items. This project leverages the Supabase backend for seamless data management.
## Live link
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# yarn
yarn dev
```## Production
Build the application for production:
```bash
# npm
npm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# yarn
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## Authors
#### :bust_in_silhouette: Wuletaw Wonte
- [wuletawwonte](https://github.com/wuletawwonte)
- [LinkedIn](https://www.linkedin.com/in/wuletaw-wonte/).
- [Twitter](https://twitter.com/wuletaww)## 🤝 Contributing
All contributions, issues and feature requests are welcome!1. Fork it (https://github.com/wuletawwonte/ethresale.git)
2. Create your working branch (git checkout -b [choose-a-name])
3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
4. Push to the branch (git push origin [chosen-name])
5. Create a new Pull Request## Show your support:
Give a :star: if you liked the app
# License
This project is [MIT](LICENSE.md) licensed.