A text sharing application made with microservice architecture in golang.
Find a file
2022-02-22 17:47:41 +05:30
pages update fauna domain 2022-02-22 17:47:41 +05:30
public Initial commit from Create Next App 2022-02-21 14:04:07 +05:30
styles update view page to full screen 2022-02-22 17:17:26 +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 frontend and serverless setup done 2022-02-22 17:06:57 +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 frontend and serverless setup done 2022-02-22 17:06:57 +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