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.
- Authentication
- Several user actions
- Posts
- CV detection
- Scoring
- 'Job role' classification.
- Worker application
- 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
- Clone repository
git clone https://github.com/Timnas-Bangkit/API-CC
cd API-CC/ExpressProject- Install dependencies
npm install- Specify environtment variables
cp .env.example .env
vi .envalso these for additional configurations
- Run the app
bin/wwwgrant execution permission first to the file.
for more see our documentations.