Sample project to experiment with Ollama and llama3.2 model.
It is required to have git, Node.js and npm installed to clone and run this project.
I used versions
2.42.1
,v20.16.0
, and10.9.0
of git, Node.js and npm, respectively. I suggest you use the same or later LTS versions.
Run npm install
(or npm i
for the short version) to install the app and dev dependencies.
Runnpm start
to initialize the API locally.
If everything goes well, you should see the API running on
http://localhost:3001/users
.
Run npm test
(or npm t
for the short version) to run the test in headless mode.
Or, run npm run cy:open
to open the Cypress App and run the tests in interactive mode.
If you want to support this project, leave a ⭐.
This project was created with 💚 by Walmyr.