Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 798 Bytes

README.md

File metadata and controls

73 lines (48 loc) · 798 Bytes

viAct

Description

A clone version of https://viact.net/ using ReactJS, NextJS and mySQL.

Installation

download the project and run the following command in the terminal

npm install

Usage

Development

Frontend

npm run start:frontend

Backend

npm run start:backend:dev

Testing

npm run test

Test e2e with jest. Should have mysql running on port 3306 and configured

host: 'localhost',
user: 'test_user',
password: 'test_password',
database: 'test_db',
npm run test:e2e

Production

npm run build
npm run start:backend:prod

Docker

build docker image

docker compose build

run docker image

docker compose up

Contact

ngmitamit@gmail.com