Skip to content

vlada-dr/lunamaker

Repository files navigation

lunamak☾r

Getting started

Installation

Clone the repository

git clone git@github.com:vlada-dr/lunamaker.git

Switch to the repo folder

cd lunamaker

Install all the dependencies using composer and npm

npm i
cd api
composer install

Make the required configuration changes in the server/.env file

Generate a new application key

php artisan key:generate

Generate a new JWT authentication secret key

php artisan jwt:generate

Run the database migrations

php artisan migrate

Start the local development server

php artisan serve

Start the local server

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published