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
.envfile into the./LsfAi.Api/source folder then configure it with you details :
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_DATABASE=db_nameStart the Api with:
cd ./LsfAi.Api/
npm startStart the web app with:
cd ./LsfAi.Web/
npm start