GitXplorerGitXplorer
d

swapimax

public
0 stars
0 forks
23 issues

Commits

List of commits on branch master.
Unverified
1805f9605b05eee19c5adae962ca7bb7a651e7ef

refactor test comment

ddonpaul120 committed 4 years ago
Unverified
a2f15803ea26080d13bc6c0e25159e07e43faeab

Added documentation

ddonpaul120 committed 4 years ago
Unverified
6328de7306b48a8229228e2858f7d8f581e3d994

removed redundant code

ddonpaul120 committed 4 years ago
Unverified
0a0f9d1e9d617488a1f81e08dd10d012a7697a19

run migration on app start

ddonpaul120 committed 4 years ago
Unverified
f087b7773effb88e97bf060cd2c2d24d041ec959

run migration on app start

ddonpaul120 committed 4 years ago
Unverified
94d054d7e815ef186ce211c5f8fc9949494c5551

modified

ddonpaul120 committed 4 years ago

README

The README file for this repository.

Installation

git clone https://github.com/donpaul120/swapimax.git

Navigate into the clone repository

  • Create a .env file using the .env.example as a template
Install Dependencies
npm install
Start application
npm start

Installation Via Docker/Docker Compose

Ensure you have docker/docker-compose setup on your system and run the below command

docker-compose up

RUN TEST

npm test