This project have been coded in js vanilla.
You must have npm and node installed.
- Copy the project with git clone:
# clone most recent project
git clone https://github.com/YoubaImkf/lsf-ai.git
# enter project folder
cd project ./lsf-ai
- Install the node packages on each project :
npm install
- Add a
.env
file into the./LsfAi.Api/
source folder then configure it with you details :
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_DATABASE=db_name
Start the Api with:
cd ./LsfAi.Api/
npm start
Start the web app with:
cd ./LsfAi.Web/
npm start