create-backend-kit
v1.1.5
Published
A Backend Kit for creating backend system fast
Downloads
1
Readme
Get Started
npx create-backend-kit
cd projectName
- Copy
.env.example
to.env
- Update env variables
- Run
npm install
to install dependencies. - 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.