An open API service indexing awesome lists of open source software.

https://github.com/supansatan/board-web


https://github.com/supansatan/board-web

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Board Web Application

## Installation
```bash
$ npm install
```
## Setting environment
add .env file with the below variable
```bash
NEXT_PUBLIC_BACKEND_URL=http://localhost:4000
```
## Getting Started

First, run the development server:

```bash
$ npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Available routes
```bash
/sign-in
/blog
/blog/[postId]
/our-blog
```

## Available username for logging in
```bash
testtest@0001
testtest@0020
```