Skip to content

engineergomes/fotum-next-ts-serverless-v2

Repository files navigation

Fotum Next.js TypeScript Serverless V2

Table of Contents

Overview

This repository contains a serverless web application built with Next.js and TypeScript. It serves as a platform for showcasing services, sending emails, and other functionalities.

Features

  • Serverless Architecture: Utilizes serverless functions for backend logic.
  • TypeScript: Strongly typed language for better developer experience.
  • Next.js: Enables server-side rendering and static site generation.
  • Email Sending: Includes an API for sending emails.

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/engineergomes/fotum-next-ts-serverless-v2.git
  2. Navigate to the project directory

    cd fotum-next-ts-serverless-v2
  3. Install dependencies

    npm install
  4. Run the development server

    npm run dev

Usage

  • Visit http://localhost:3000 to access the application.

API Endpoints

  • POST /api/sendMail: Sends an email.

Contributing

Feel free to open issues and pull requests.

License

This project is licensed under the MIT License.