Skip to content

Luziberto/crypto-check-api

Repository files navigation

Crypto Check

Crypto-logo

This is the backend for the Crypto check website.

Live Demo

Requirements

  • 🚀 Php 8.0.x
  • 🔨 Composer 2.x.x
  • ♻️ Mysql 8.x.x or similar

Stack

Recommendation

Environment

Observations

This project have support for redis driver with predis package, you can to use him for cache and/or queue.

How to run

To run the project follow these steps:

With docker (without requirements but Docker)

$ Run docker-compose up -d (default port is 8000)
$ Run docker-compose exec php bash

Without docker but with all requirements installed previously

$ Run php artisan serve (default port is 8000)

Then

$ Create your .env file (use .env.example as model)
$ Run php artisan migrate
$ Run php artisan key:generate
$ Run php artisan sync:coin-gecko-assets

To sync assets in coingecko platform

$ Run php artisan short-schedule:run

To run the websocket server

$ Run php artisan websockets:serve
Donate-logo

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors