Skip to content

Kamynale/opexflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before you start

This app requires Facebook API, therefore you need to create Facebook Developer Account, get App ID & App secret key and edit the file server/app.js. You need to paste your data to the lines 35,36 as shown below

    config.facebook_api_secret = *your App secret key*
    config.facebook_api_key = *your App ID*

For more information, please visit this page.

How to start

Please make sure you have all required modules installed. To do this, enter the following commands:

      npm install          installs all required modules from package.json
      npm run dev          runs project (backend & frontend)

How to test

We use snapshot tests. To run test enter npm run test and follow the instructions. To learn more about snapshot tests, please visit this Jest documentation page.

Additional

Telegram channel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.7%
  • JavaScript 38.2%
  • CSS 7.9%
  • SCSS 6.2%