const thinh105 = {
code: ["Javascript", "Typescript"],
technology: {
backEnd: ["NodeJs", "Express"],
frontEnd: ["ReactJs", "NextJs"],
database: ["MongoDB"],
testing: ["Jest", "Testing Library"]
},
futureGoal: [
"NestJs",
"SQL",
"Microservices",
"Design Pattern",
"GraphQL",
],
education: [
{
university: "Hanoi University of Science and Technology",
duration: [2010, 2011],
},
{
university: "Pune University @ Pune - India",
degree: "Bachelor in Computer Applications",
duration: [2011, 2014],
},
],
};
Tourino is a fullstack Travel Agency Website powered by NodeJS, ExpressJS, MongoDB, VueJS.
π Live Demo: https://tourino.netlify.app/
β Notice:
It will take a while ( around 10-15s) to wait and fetch data when you visit my website the first time.
Because I run the Tourino's backend under the free package on Heroku, my API server will sleep after 30m of inactivity.
I want to play fair and will not use some tricks to abuse their server every 29 minutes just to keep my small project from sleeping.
It's kind of a feature, not a bug! π π
It contains three parts (Tourino Importing Tool
is inside the Tourino-Backend-NodeJS
):