LogoLogo
CS CONSOLECOMMUNITYDOCS
  • What is code.store?
  • Our vision
  • How it works?
  • Getting started
    • Quick Start
      • Core concepts
      • Quick Start with CLI
      • Quick Start with Web Interface
    • FUNDAMENTALS
      • Services
        • GraphQL
        • REST
        • Configuration
        • Environment Variables
      • Environments
      • Projects
      • Versioning
      • Access and Authorization
      • Secret management
      • Data management
        • Import and Export
      • Generation
        • Models
        • Handlers
        • Resolvers
        • REST
        • Middlewares
      • Logging
      • Microservices
        • Communication
    • RECIPES
      • TypeScript
        • Custom .tslint
      • Basic authentication
      • Setup a local database with your service
      • GraphQL
    • Tutorials
      • Auth0 authentication
      • Metabase integration
      • Database manipulations
        • External database: MongoDB
        • External database: DynamoDB
      • Wrapping an NPM package with GraphQL: a chess server
    • FAQ
  • Command Line Interface
    • Getting started
    • Commands
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Getting started

Quick Start

PreviousHow it works?NextCore concepts

Last updated 4 years ago

Was this helpful?

The goal of this section is to get you up to speed real fast. We are going to learn how to install and use the command line tools of code.store, how to create an account, and write a basic service! Let's continue 🚀

There are two ways to manage your Service: and Both of them give you the ability to perform the same actions with code.store, so you can start with either of them and continue later with another.

code.store Console
code.store CLI.