Skip to content

cite-network/api

Repository files navigation

cite-api

REST API for managing citations.

Development

Setup a database.

docker run -d --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 postgres

Create the database.

docker exec -it postgres psql -U postgres -c "CREATE DATABASE cite"

Install dependencies.

yarn

Run migrations.

yarn migrate

Start the server.

yarn start:dev

About

Cite Network is the next generation protocol...

Resources

License

Stars

Watchers

Forks

Releases

No releases published