- Clone the repository
- Install JS dependencies:
npm install
- Install PHP dependencies:
composer install
- Copy
.env.example
to.env
and fill in the values - Don't forget to
php artisan key:generate
- Migrate the database:
php artisan migrate
- Start the CurrApp3 API by running this inside the currapp directory:
php artisan serve --port=8080
(different port from this app) - Start this apps front-end compiler:
npm run dev
- Start this apps back-end server:
php artisan serve
- Go to
localhost:8000
in your browser
-
Notifications
You must be signed in to change notification settings - Fork 0
curio-team/smartpoints2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published