Skip to content

Anand-Krishnan-M-J/portfolio-api

Repository files navigation

My Portfolio Node API

License

This repository contains the backend code for my personal portfolio. The API was initially deployed on Heroku, and later migrated to AWS's free tier when Heroku's free tier was removed. However, due to the overhead of maintaining a database, the deployment was eventually dismantled.

Technologies Used

  • Node.js v16.14.0
  • npm v8.3.1
  • Docker
  • PostgreSQL
  • Express v4.18.1

Getting Started

  1. Clone the repository:

    git clone [email protected]:Anand-Krishnan-M-J/portfolio-api.git
    cd portfolio-api.git
    npm install
    npm run dev
  2. Run linting checks:

npm run lint
  1. Run the Application in Production
npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published