Skip to content

TheEventDiscoveryCompany/Physical-Telegram-Stickers-API

Repository files navigation

Physical-Telegram-Stickers-API

A🅱️I for PTS yo

This API adheres to REST standards as well as possible (without going completely overboard). All endpoints correspond to CRUD operations on various resources.

Database migrations

All database modifications must be done within migration scripts, which knex conveniently provides. For more clarification visit the knex docs.

Installing knex

Before performing any migrations, you will need to install knex globally through npm:

npm install -g knex

Make a new migration

knex migrate:make migration_name

Update the database with the latest migrations

knex migrate:latest

Note: By default migrations are run on the development database.

Releases

No releases published

Packages

No packages published