Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 1.39 KB

File metadata and controls

57 lines (51 loc) · 1.39 KB

FindUp

This is the backend API service for the FindUp application, a platform designed to connect tech talent with startup founders in Indonesia. The backend handles user authentication, data management, and provides endpoints for core application functionalities.

Table of Contents

Current Features

  • Authentication
  • Several user actions
  • Posts
  • CV detection
    • Scoring
    • 'Job role' classification.
  • Worker application

Technologies Used

  • Node.js
  • Express.js
  • Sequelize.js
  • JWT for authentication
  • TFjs
  • Google Cloud Platform (GCP):
    • Cloud Run
    • Cloud Storage
    • Cloud SQL
    • Cloud Run Function
    • Pub/Sub
    • Cloud build

Setup & Installation

  1. Clone repository
git clone https://github.com/Timnas-Bangkit/API-CC
cd API-CC/ExpressProject
  1. Install dependencies
npm install
  1. Specify environtment variables
cp .env.example .env
vi .env

also these for additional configurations

  1. Run the app
bin/www

grant execution permission first to the file.

Api Endpoints

for more see our documentations.