cos18 / simple-42api-oauth

Simple Backend Server for 42api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” 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

About

Simple Backend Server for 42api


Languages

Language:TypeScript 59.9%Language:JavaScript 40.1%