/TilawatiAPI

RESTful API For Tilawati Mobile App

Primary LanguageJavaScript

Tlawati API

Deploy Using Docker

Getting a local instance of this API up and running is very quickly using docker-compose

1 - Clone the repository and cd to the project folder:

git clone https://github.com/AbdelkhalekESI/TilawatiAPI 
cd TilawatiAPI 

2 - Build the app image and run the services:

docker-compose up --build 

Setup Locally

Clone the repo

git clone https://github.com/AbdelkhalekESI/TilawatiAPI
cd TilawatiAPI

Install dependencies

npm i 

Create your .env file

cp .env.example .env

Configure your env with your database informations .

Run startup migrations.

adonis migration:run

Generate app key

adonis key:generate

Run the application

adonis serve --dev