Skip to content

Set up an API Server and Database

Learn how to set up a Goal Finch API server with a connected database.

Danger

This page is under construction

Prerequisites

  • Basic command line knowledge
  • Basic devops knowledge

Setting up MongoDB Atlas

  1. Create a MongoDB accounts
  2. Configure connection settings
  3. Initialize schema

Deploying the API Server

  1. Create a Vercel or Netlify account
  2. Deploy server
  3. Verify connection

Security Considerations

  • API authentication
  • Database security
  • Network access