Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

CryOnics1/small-twitter

Repository files navigation

Twitter

Requirements

Installation

Create .env file (example in .env.defaults) and install dependencies:

$ cp .env.defaults .env
$ yarn global add pm2
$ yarn install
$ yarn run migrate

Usage

Run application with follow command (run server):

$ yarn start # run server

API documentation

Go to /docs/api-doc.html

Postman collection

You can import postman collection for requests to API

docs/Twitter API.postman_collection.json

http://localhost:8085/api-doc.html.

Test users:

Releases

No releases published

Packages

No packages published