Skip to content

midianinja/ida-auth-serverless

Repository files navigation

IDA serverless API

Guideline and examples for IDA serverless API , encouraging consistency, maintainability, and best practices across applications.

Prerequisites

Running Locally

All Serverless setup you find here

Before start, install the serverless using the yarn:

yarn global add serverless

Or via npm

nom i -g serverless

First clone the project:

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

Or via https:

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

Go to the project root folder:

cd ida-auth-serverless

In root directory install the dependecies:

yarn

or via npm

npm i

Run the mongoDB:

sudo service mongod start

Start the server locally:

yarn dev

or you can run using IP and port

yarn dev --host 192.168.0.1 --port 3000

The default port is 3000

Running the tests

[...]

Deployment

[...]

Built With

Versioning

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published