Skip to content

jarivalentine/Rate-It-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rate-it

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile Sass to the correct folder

npm run sass

Compile and Minify for Production

npm run build

dont forget tot add the /src/config.js file it should look something like this

export const _api = 'http://localhost/api';

we have a database isue with uploading images to the database

we have a little fix by setting the image column to longblob manually in the database

use rate_it;
alter table ratables
    modify image longblob not null;

this must be done because laravel does not support longblob by default

About

A multilingual webpage to create topics and add items that can be rated by everyone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published