Live demo https://sh16.ru/
Install all dependencies
npm i && cd resources/ && npm i
Set you variables in .env
cp .env.example .env
Build front end part
cd resources/ && npm run build
Set you variables in .env
cp .env.example .env
Create tmp dear for logs
mkdir tmp
Run migrations
node ace migration:run
Edit and run cron.sh
. It will run command for auto clear old entries of urls
npm test
npm start
This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds