fastbin/README.md
2022-02-22 17:06:57 +05:30

11 lines
213 B
Markdown

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:
```bash
npm run dev
# or
yarn dev
```