Skip to content

rodrigomf24/code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-challenge

Execute npm i or npm install before the steps bellow

DB: + Reference on how to crate psql db user and grant permission to db using LINUX:

    http://www.cyberciti.biz/faq/howto-add-postgresql-user-account/
    https://help.ubuntu.com/stable/serverguide/postgresql.html
    
+ There is a file in the db folder, execute that file from psql, it will create the database and tables
+ Make sure to replace your psql user and password in the app.js file on line 18
  • API - execute this from the server folder

    Start api app with the following command:

      + To see debug logs, execute npm run dev
      + To skip debug, execute npm start
    

Go to the client folder to see the client steps

About

Household wizard form

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages