Skip to content

szyszak/devFinder

Repository files navigation

devFinder app

Live demo: https://devfinder.krzysztofszyszko.pl/

Installation:

  • 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_ENV set to production
  • install server: yarn install or npm install
  • install client: yarn client-install or npm run client-install
  • build app: yarn client-build or npm run client-build
  • run server: yarn start or npm start
  • open http://localhost:3002/

App description:

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.

About

full stack MERN app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published