[go: up one dir, main page]

Skip to content

jpgsaraceni/node-postgres-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fifth Code Challenge - Eniac I Alpha EdTech

The challange

Develop a full SPA for some online service. One month for development. Initially I chose to create an app to register purchases and generate payables and stock. I had to downsize the project a (big) bit to meet the deadline.

Requirements (assigned by the instructor)

  • React, Node and PostgreSQL;

  • CRUD API;

Future improvements

  1. Finish interface;
  2. Refactor back-end routes, controllers and query methods;
  3. Separate front-end and back-end package.json properly;
  4. Document use of PostgreSQL

Run this app

  1. On project root, install back-end dependencies:
npm install
  1. Start server
npm start
  1. Enter /frontend directory and install react dependencies:
npm install
  1. Start development server for front end:
npm start
  1. Open https://localhost/3000 on your browser

You will need a PostgreSQL server running to open this app