Getting started
Create a new project
To create a new Puro application, first install Puro Command-line Interface on your system:
Once installed, you can create a new project by running:
Move to the target directory and create a new configuration file from the existing template:
Make sure to have installed the right database driver accordingly with the TypeORM's documentation.
Finally you can launch the application with:
And trying it out with your client:
Last updated
Was this helpful?