Full stack web application build with MERN stack
- React
- Redux
- Reactstrap
- Nodejs
- Express
- MongoDB
- JWT
- BCrypt
-
Install dependencies
npm run install:client
npm run install:server
-
Runnning the development server of the frontend
npm run start:client
-
Runnning the backend
npm run start:server
The project is configured to deploy the production version to heroku by running these commands in the terminal
-
Building the frontend
npm run build
-
Configure environment variables
MONGODB_URI
andJWT_KEY
-
heroku-postbuild
command will automatically run when deployed to heroku.