Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfgunblood/create-backend-kit

Open Source Backend Starter Kit
https://github.com/wolfgunblood/create-backend-kit

express hono nextjs

Last synced: 21 days ago
JSON representation

Open Source Backend Starter Kit

Awesome Lists containing this project

README

        

Open Source Backend Starter kit

## Get Started

1. `npx create-backend-kit`
2. `cd projectName`
3. Copy `.env.example` to `.env`
4. Update env variables
5. Run `npm install` to install dependencies.
7. Execute `npm run dev` to start the development server and enjoy!

## Roadmap
[] Hono
[] Next.js Backend

## Contributing

To contribute, fork the repository and create a feature branch. Test your changes, and if possible, open an issue for discussion before submitting a pull request. Follow project guidelines, and welcome feedback to ensure a smooth integration of your contributions. Your pull requests are warmly welcome.