Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 936 Bytes

Readme.md

File metadata and controls

33 lines (23 loc) · 936 Bytes

Metacare Service 🚀

Hi there! My name is Enang Favour

There are several files and folders in this framework The src folder: this is where all the logic fir the app sits.

Installation Guide

To run this project,.

  1. clone this repo or fork this repo from github
  2. **open the terminal and run **
    yarn install
  3. create a new .env file in the root directory of the project and fill it up with the values below
NODE_ENV=production

APP_KEY=7eccd95facb6ca4a036273d8
PORT=3000
APP_URL=http://localhost

DB_URL=mysql://ht2tkdr7ei0fx1vj:kcns00oqg8jpcpc5@uzb4o9e2oe257glt.cbetxkdyhwsb.us-east-1.rds.amazonaws.com:3306/w93us01ghvjhhtko
DB_PORT=8889
DB_HOST=127.0.0.1
DB_USERNAME=root
DB_PASSWORD=root
DB_NAME=metacare-microservice

After follow these steps then you can run yarn start for production or yarn run dev for development