A text sharing application made with microservice architecture in golang.
Find a file
2023-10-03 13:09:46 +05:30
pages refactor index.tsx and [id].tsx 2023-10-03 13:09:46 +05:30
public Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
styles updated scrollbar and line numbers 2023-10-03 12:36:01 +05:30
.eslintrc.json Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
.gitignore Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
next-env.d.ts Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
next.config.js Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
package.json update material dependencies 2022-02-22 21:38:29 +05:30
README.md frontend and serverless setup done 2022-02-22 17:06:57 +05:30
tsconfig.json Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
yarn.lock update material dependencies 2022-02-22 21:38:29 +05:30

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