AlexGalhardo / api-microsaas.alexgalhardo.com

NestJS REST API to process .xlsx and .csv data for https://microsaas.alexgalhardo.com

Home Page:https://api-microsaas.alexgalhardo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Technologies

Development Setup Local

  1. Clone this repository
git clone https://github.com/AlexGalhardo/api-microsaas.alexgalhardo.com
  1. Enter repository
cd api-microsaas.alexgalhardo.com/
  1. Install dependencies
npm install
  1. Create .env file
cp .env.development .env
  1. Start local server
npm run dev
  1. Go to: http://localhost:3333

Build for deploy

npm run build

Documentation

  • You can see and add important documentation about this code repository in the docs/ folder

License

MIT

Copyright (c) January 2024-present, Alex Galhardo

About

NestJS REST API to process .xlsx and .csv data for https://microsaas.alexgalhardo.com

https://api-microsaas.alexgalhardo.com


Languages

Language:TypeScript 94.0%Language:JavaScript 5.4%Language:Shell 0.7%