Skip to content

ngmitam/viact

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published