About :
Great project of understanding how does React, Node, Express, Knex, Objection and Seeds work.
It has more-less basic features, but once you understand what is going on in here, you are ready to develop larger project in this tech-stack.
The project represents knowledge and understanding of full-stack development.
Requirements :
- React, Node, Express, Knex, MySQL, npm installed
Run it:
- install node_modules in client and server side
- run npm i in both folders
- run the seed or knex database in folders on server side
Start it:
- CLIENT - npm run start
- SERVER - nodemon server