To get started, first clone the repo.
git clone git@github.com:designLogica/identigo-server.git
cd into the folder and install
npm i
Setup your .env file with the following entries
APP_SECRET=ALongSecretString
REFRESH_TOKEN_SECRET=AnotherLongString
MONGO_URI=mongodb://yourMongoConnectionString
Then you can run the server with
npm start
You can check the home page at localhost:3000
And view the admin panel localhost:3000/admin
Powered by Doctave