Skip to content

cookingnshare/cooking-n-share-app

Repository files navigation

Cooking n Share

Open source cooking network, feel free to contributing.

Concept

The basic idea is to create a social network of cooking for normal people, easy to use and free!

Project

image

Frontend Development

Quasar is the framework we are using for the frontend, why? it is easy, fast and well documented.

Install the dependen

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Backend Development

The idea of the backend is to use supabase, it is an excellent open source tool to create a backend without much effort, well documented and with a large community.