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.
-
React, Node and PostgreSQL;
-
CRUD API;
- Finish interface;
- Refactor back-end routes, controllers and query methods;
- Separate front-end and back-end package.json properly;
- Document use of PostgreSQL
- On project root, install back-end dependencies:
npm install
- Start server
npm start
- Enter
/frontend
directory and install react dependencies:
npm install
- Start development server for front end:
npm start
- Open
https://localhost/3000
on your browser
You will need a PostgreSQL server running to open this app