Follow Up (WIP)
This is a full-stack Javascript app built using Express and React. It's designed to be used by sales people as a sales tracker and contact management system.
- [ReactJs] - HTML enhanced for web apps!
- [React Bootstrap] - React implementation of Bootstraps
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework
- [Passport] - User authentication (JWT strategy)
- [MySql + Sequelize] - Database and ORM
Requires Node.js to run.
Install the dependencies and devDependencies and start the server.
npm i && npm run dev