Skip to content

packowitz/atp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

260 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atp-api

Running locally with database

  1. Install postgresql $ sudo apt install postgresql (Ubuntu) or $ brew install postgres (Mac OS)
  2. Create apt user
$ sudo su postgres
$ psql
> CREATE ROLE atpuser WITH LOGIN PASSWORD 'askthepeople';
> \q

Create atp db $ createdb -O atpuser atp

Links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages