Skip to content
/ crepes Public

Yet another backend but this time only better

Notifications You must be signed in to change notification settings

aglover/crepes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crepes are fancy pancakes

This project uses MYSQL as a backing store through Docker compose. Simply type:

docker compose start

Note, however, the first time you fire things up, use the docker compose up command to bootstrap things. Naturally, to stop things, type docker compose stop. This cheat sheet is nice.

To run the application in development mode (which means recompiling TypeScript on changes and reloading the resultant JS), ensure you run this command:

npm run dev

You'll note that the TS compilation process produces a .js file in the dist directory.

About

Yet another backend but this time only better

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published