/simple-42api-oauth

Simple Backend Server for 42api

Primary LanguageTypeScript

🔐 simple-42api-oauth

Simple Backend server for using 42api OAuth!

This Project is build with serverless and ❤️

🚨 This project will be updated with FastAPI soooooon!


🛠 Development Environment

  • Node.js LTS (v12.18+)
  • Yarn 1.22+ (npm install -g yarn)
  • Serverless 1.78+ (npm install -g serverless) You need to set serverless credentials after installation. See here.

💻 How to Run

Before you run, you need to create .env file for some constants. Check .env.sample for detail.

🏡 Test Project in Local

sls invoke local -f (function name - ex. token)

🏗 Deploy Project

sls deploy