Skip to content

Fiiii/upper-tweet

Repository files navigation


Logo

# upper-tweet

An awesome README for upper-tweet
Explore the docs »
View Demo · Report Bug · Request Feature
⚠️🚧⚠️

Table of Contents

About The Project

Built With

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Usage

Build the app:

make build

Run migrations:

make migrate-db-up

Drop migrations (1):

make migrate-db-down

Show logs:

make logs

Jump into psql:

make psql