Repository
Current version released
4 years ago
Versions
Denovel - A Deno Framework For Web Artisan π
π€ What is Denovel?
Muhammad Fauzan . Denovel is Inspired by Laravel.
Denovel is Web Based Framework made byπ» Install
- Clone Repository
git clone https://github.com/fauzan121002/denovel.git
cd denovel
- Open
.env
then changes by your database information
PORT=8000
BASE_URL=http://localhost:8000
DB_CONNECTION=mongod
DB_HOST=mongodb://localhost
DB_NAME=denovel
DB_USER=
DB_PASS=
DB_PORT=27017
3.** Run Server **
deno run -A --unstable server.ts
π» How to Create a Controller?
deno run -A --unstable denomand.ts --name </YourControllerName>
π» What to do after create a controller?
- Open ControllerMap.ts inside $ROOT/app to add your controller
- Open web.ts inside $ROOT/routes to add routes to your controller
- Then use your [YourControllerName]! ( See HomeController.ts inside $ROOT/app/controllers for controller example )
π§ Author
π€ Muhammad Fauzan
- Facebook : Muhammad Fauzan
- LinkedIn : Muhammad Fauzan
π€ Contributing
Contributions, issues and feature requests here
π License
- Copyright Β© 2020 Muhammad Fauzan.
- Made with β€οΈ by Muhammad Fauzan.