A text sharing application made with microservice architecture in golang.
| pages | ||
| public | ||
| styles | ||
| .eslintrc.json | ||
| .gitignore | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
This is a code sharing web application written in next.js using Serverless Functions and MongoDB/FaunaDB as database.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev