Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.53 KB

README.md

File metadata and controls

72 lines (45 loc) · 1.53 KB

Identidade Ativista (IDA) API

Guia e exemples para incentivar a consistência, a capacidade de manutenção e as manter melhores práticas de todo o projeto.

Esse projeto foi desenvolvido para servir como serviço de autenticação da identidade digital Ativista e api-gateway para os servidores dos diferentes projetos constituintes da rede ativista.

Prerequisites

Running Locally

First clone the project:

git clone git@github.com:midianinja/ida-auth.git

Or via https:

https://github.com/midianinja/ida-auth.git

Go to the project root folder:

cd ida-auth

In root directory install the dependecies:

yarn install

Run the mongoDB:

sudo service mongod start

Start the server locally:

yarn dev

The default port is 8080

Running the tests

[...]

Deployment

[...]

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.