Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wolfgunblood/create-backend-kit
- Owner: wolfgunblood
- License: mit
- Created: 2024-07-01T10:51:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T16:35:34.000Z (5 months ago)
- Last Synced: 2024-10-04T22:11:35.057Z (about 1 month ago)
- Topics: express, hono, nextjs
- Language: JavaScript
- Homepage: https://nicheapis.com
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.