https://github.com/supansatan/board-web
https://github.com/supansatan/board-web
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/supansatan/board-web
- Owner: SupansaTan
- Created: 2024-07-15T07:46:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T23:33:39.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:46:02.540Z (over 1 year ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```