Skip to content

teleclimber/dropserver_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropserver_app

dropserver_app is a library that helps you create Dropserver applications.

Import createApp to get going:

import {createApp} from 'https://deno.land/x/dropserver_app/mod.ts';

const app = createApp({
	routes:     // your app routes... see docs.
	migrations: // data migrations. Optional. See docs.
});

export default app;

Docs and help:

License

MIT

About

Library that helps you create Dropserver applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published