Live demo: https://devfinder.krzysztofszyszko.pl/
- clone or download this repository
- navigate to project folder
- create a .env file and fill it according to .env.example in the project folder, with
NODE_ENVset toproduction - install server:
yarn installornpm install - install client:
yarn client-installornpm run client-install - build app:
yarn client-buildornpm run client-build - run server:
yarn startornpm start - open http://localhost:3002/
A full stack application using node, express.js and mongoDB on the back end and React+Redux on the front end. It includes an admin panel with authentication and adding/removing devs from the database functionality.