Skip to content

Musacoli/mmdp_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

310 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMDP

Vision

The Edo State Government, in a bid to eradicate illegal migration and promote economic prosperity and safety for its citizens have designed the ‘Managing Migration through Development’ programme. The objective of this programme is set against four thematic pillars which aligns with the Edo State overall development strategic plan. The interventions articulated in this document have been designed through collaborative efforts and wide consultations with local and international bodies. Alongside the ongoing response of the State Government to the issues that have prompted this programme, we welcome input, partnerships and support in order to make the desired programme outcome a reality for the people of Edo State so as to effectively eradicate Illegal migration and human trafficking in Edo State.


Build status

Build StatusTest Coverage Maintainability

For team thor members about run the project on local machine

create a .env file in the root of your project put the variables as shared source the .env file in the terminal and then you are set.

Dependencies

  • NodeJS - A JavaScript runtime environment
  • Express - A web application framework for NodeJS
  • Yarn - A dependancy manager
  • Parcel - A web application bundler
  • MongoDb - A noSql database

🚀 Getting started

Follow these steps to set up the project in development mode

  • Install Nodejs

  • Install and setup mongoDb

  • Clone the repository and install dependancies

# Clone the repo
git clone https://github.com/andela/mmdp_site.git && cd mmdp_site

# install dependancies
yarn
  • Create a .env file in the root of your directory. Checkout the keys requirement on the .env-sample file in the repository
JWT_SECRET=''
MONGODB_URL= <db-connection-url> # e.g mongodb://127.0.0.1/<databasename>
TEST_MONGODB_URL=<test-db-connection-url> # e.g mongodb://127.0.0.1/test-mmdp-cms
COOKIE_SECRET=<secret-key>
GMAIL_USER=mmdp.noreply@gmail.com
GMAIL_PASS=<gmail-password>
SERVER_APP_API_URL=<server-url>
S3_KEY=""
S3_SECRET=""
S3_BUCKET=""
S3_REGION=""

Client App


Running client App

yarn run client:dev

Running tests

yarn test:client

Server App


Running the server App

yarn run:server

Running server tests

yarn test:server

📖 Documentations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors