Skip to content

Novalance is your all-in-one freelance project platform, powered by a modern tech stack: Laravel, Vue.js, Tailwind CSS for styling , and MySQL as DB.

Notifications You must be signed in to change notification settings

kadik23/Novalance

Repository files navigation

Novalance

PREVIEW: https://novalance.onrender.com

How to start

First clone the repo

git clone https://github.com/kadik23/Novalance <directory-name>

Then change directory to that project

cd <directory-name>

Then you need to create a copy of .env.example and name it .env or run this command

copy .env.example .env

then install all necessary composer dependencies by running

composer install

Then since this is laravel you need to generate new key so run

php artisan key:generate

and Generate the secret key for JWT

php artisan jwt:secret

also you need to link the storage to show the public images, just run this command

php artisan storage:link

And for the frontend you need to change directory to the frontend

cd frontend

then run

npm install

then you can run the development server, make sure you have laravel server running in another terminal so the frontend can intract with the api.

npm run dev

About

Novalance is your all-in-one freelance project platform, powered by a modern tech stack: Laravel, Vue.js, Tailwind CSS for styling , and MySQL as DB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published