/bikrant-malla.com.np

A personal portfolio built using Next.js, SCSS , MongoDB

Primary LanguageTypeScript

Logo

Overview

  • __test__ - Test
  • app/page.tsx - The home page(index).
  • app/archive/* - The archive page.
  • app/api/* - API routes.
  • app/service/* - API call services
  • helpers/* - A collection of helpful utilities or code for external services.
  • helpers/lib/* - Short for "library", it contain function for connect mongoose and (baseURL) for prod/dev mode.
  • helpers/model/* - My Mongoose schema, which uses a MongoDB database..
  • public/* - Static assets including fonts and images.
  • styles/* - All style CSS.