Skip to content

zkrhm/FDN-TEST2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDN - TEST 2

How to Install :

npm install

you'll need :

  • postgres server (for faster setup you can use docker (for development))
  • don't forget to create database required by this application.
  • all connection setting should be placed in .env file environment variables :
API_PORT=3001
PGHOST='localhost'
PGUSER='postgres'
PGDATABASE='fdn_test'
PGPASSWORD=null
PGPORT=5432

Applications:

this application consist of two part :

  1. API application : express application (runs on port 3001)
  2. Front End : next.js + React application with ant design react component (runs on port 3000)

HOW to test.

  1. API : from project root directory do cp api directory and run npm test
  2. Front End from project root directory do cp E2E-test directory then run yarn test

How To run

  1. API Apps :
    • cd to api directory then :
    • npm install
    • npm run
  2. Front End Apps :
    • cd to front-end directory then :
    • yarn install
    • yarn run dev

About

Female Daily Network - TEST2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published