Skip to content

melhuang12/blazenote-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blazenote-api (for backend)

This repository is part of the BlazeHack Workshop Series, designed to help participants build scalable, secure apps using Cloudflare services.

In this workshop, we will be using the following repos:

By completing this workshop, you will have a note taking app fully integrated with image features.

Pre-Workshop Checklist

Before the workshop, make sure you complete the following tasks:

Once you’ve completed the entire checklist, you’re all set for the workshop 🎉

The In-Workshop Activities section outlines tasks to be completed on the day of the workshop as there will be further information provided that day.

In-Workshop Activities

Note

Note that you will be publishing changes to your forked repository, not the original repository.

  1. Fork this repo.
  2. Clone the forked repository.
  3. Switch to starter branch. This branch will be your working environment for the workshop.

Working in Development

  1. Install project dependencies - this only required if this is your first time working on the project:

        npm install
  2. Start the local server:

         npm run dev

    The backend server will be accessible at: http://localhost:8787.

Deploy app 🚀

When you're ready to deploy the API, run the following command:

    npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%