Skip to content

eloydouglas/ekki-mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ekki-mvp

WIP!

Setup and Running

To setup the application, the backend requires declararion of env variables, as exemplified:

  • NODE_ENV=development
  • DB_URI=linkToYourDb
  • PORT=4266
  • KEY=aJWTKey

With env variables set, to start the app just run yarn start in root folder. The app uses concurrently to run client and backend services.

Commit style

Based in karma git commit msg.

Modules

Client Stack

  • React
  • Redux
  • React Router Dom
  • Redux-Saga
  • Styled Components
  • ...

Backend Stack

  • Express
  • Mongoose
  • Body-parser
  • Cors
  • JsonWebToken
  • ...

To do

  • Unit tests !!!!!
  • Add Proptypes in all needed components
  • Improve validations
  • Improve Error infos
  • Add loggers
  • Deploy (Heroku or Netlify)
  • Improve UX and UI

About

My first challenge using NodeJS and ReactJS!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published