A text sharing application made with microservice architecture in golang.
Find a file
2023-10-03 17:56:09 +05:30
lib refactor code 2023-10-03 17:56:09 +05:30
pages refactor code 2023-10-03 17:56:09 +05:30
public Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
styles fix ssr 2023-10-03 14:58:56 +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 fix ssr 2023-10-03 14:58:56 +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 fix ssr 2023-10-03 14:58:56 +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