Develop an app to help grow plants
- Register informative content
- Manage user moderator permissions
- Provide an api for viewing content and categories
To run and preview the project you will need to follow the next steps.
Below are the necessary tools for the project to work.
- NodeJS versão 16
Instalation guide NodeJS.
Run command to install project dependencies.
npm install
The scripts below run the project.
npm run dev # execute in developer mode
npm run build # to build project
The scripts below run prettier and lint.
npm run lint # run lint validation
The scripts below run jest tests.
Not implemented yet
Heroku
Treefy - API
Strapi CMS docs
This project is licensed under the [APACHE 2.0] license - see the LICENSE file for details