Skip to content

Xaz16/url-shortener

Repository files navigation

Url shortener app

Live demo https://sh16.ru/

Build

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

Setup backend

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

Run tests

npm test

Start server

npm start 

Adonis fullstack application

This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.

  1. Bodyparser
  2. Session
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published