Skip to content

anishshobithps/api.anishshobithps.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api.anishshobithps.com

An api for my personal stuff, which is used by anishshobithps.com

Prerequisites

  • Node.js
  • Git

Tech Stack

  • TypeScript
  • Hono.js

Setting up and Running

Important

To avoid confusions, I suggest creating one common directory for the API code and website code, then we can clone both project to the that common directory.

  1. Create the common directory, skip if you already made the common directory while cloning the website.
mkdir website
  1. Change the directory to the website directory, skip if you have done during the website process.
cd website
  1. Clone the Project
git clone [email protected]:anishshobithps/api.anishshobithps.com.git api
  1. Change the directory to the api folder.
cd api
  1. Install Dependencies required for the project.
npm install
  1. Run the dev version or build code for production via npm run.
npm run dev
# or
npm run build
  1. Start the website, in a another terminal.

Releases

No releases published

Packages

No packages published