Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 613 Bytes

File metadata and controls

35 lines (23 loc) · 613 Bytes

how to start

Installation

To install all necessary dependencies, run:

npm install

If you have not installed Redis, please install Redis too. https://redis.io/docs/install/install-redis

Running the Application

To start the application, execute the following commands:

step1

npm run db
npm run start

step2

npm run server

Access the frontend by navigating to http://localhost:3000/. /n plase make sure to do npm run start before npm run server otherwise it causes error.

Technical article (Japanese)

https://qiita.com/kanta_matsu/items/958f0c69c858f504188a