Otasoft Auth - Authentication & Authorization Microservice for Online Travel Agencies
- PostgreSQL
- CQRS
- Passport
- JWT
- Typeorm
Otasoft projects are and always will be open source (MIT Licence). Anyone can use and support the project. The project is currently in the development phase.
To start developing the project please check if you have these tools installed on your machine:
Installation
- Clone the repo
git clone https://github.com/otasoft/otasoft-core
- Move into auth microservice
cd microservices/otasoft-auth
- Install all projects dependencies
yarn
- Copy .env.example file as .env and fill it with your environment variables
cp .env.example .env
- Run docker-compose to start development environment
docker-compose up
- Run project
yarn start:dev
See the open issues for a list of proposed features (and known issues).
You are welcome to contribute to Otasoft projects. Please see contribution tips
Otasoft projects are and always will be Open Source.
Core team and contributors in the Otasoft ecosystem spend their free and off work time to make this project grow. If you would like to support us you can do so by:
- contributing - it does not matter whether it is writing code, creating designs, or sharing knowledge in our e-books and pdfs. Any help is always welcome!
- evangelizing - share a good news about Otasoft projects in social media or during technology conferences ;)
Founder -> Jakub Andrzejewski
Distributed under the MIT licensed. See LICENSE
for more information.