Small App to create short posts and filtered them
The instructions below will guide you how to run the application
Before running the application make sure you have the following packages installed
After docker & docker-compose installed, run the following commands:
docker-compose build
docker-compose up
Open your browser on: localhost:3000
Use docker to run local mongo db server:
docker pull mongo
docker run --name mongo --net=host -d mongo:latest
For the following command, you can use npm or yarn:
Server dependencies installation:
yarn
npm install
Start the node process:
node index.js
To install the React app dependencies go to /client directory:
yarn
npm install
Build the app:
npm run build
yarn build
npm run start
yarn start
Open your browser on: localhost:3000
- Yuval Zalka - Github