An open API service indexing awesome lists of open source software.

https://github.com/alexmuhammad/pre-test-varnion-2


https://github.com/alexmuhammad/pre-test-varnion-2

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Setup database

- Create database
- Import sql file to database

# Setup Project

- copy .env.example to .env
- run `php artisan key:generate` to create key
- run `composer install`
- setting database credentials in .env file
- run `php artisan serve` for running service

# Credertials

The credential to trying login

```
email: alex@mail.com
password: 12345
```