The app is deployed on render.com
A video demo for the app is available here
- Clone the repo git clone
git clone https://github.com/abdullah-2022-skipq/digital-stories.git
- cd to the cloned folder
cd digital-stories
- cd to the backend folder
cd backend
- install the dependencies
npm install
- set up the
.env
file according to.env.example
- set up the Mongo DB
- run the backend server
npm run dev
- cd to the frontend folder
cd ..\frontend
- install dependencies
npm install
- set up the
.env
file according to.env.example
- run the frontend server
npm run start
- Clone the repo git clone
git clone https://github.com/abdullah-2022-skipq/digital-stories.git
- cd to the cloned folder
cd digital-stories
- run the command
docker-compose -f docker-compose.dev.yml up -d --build
Documentation is available here
- SkipQ for the training
- Coder’s Gyan YouTube for awesome material on best practices and clean code
- Icon Scout and Icons 8 for icons and other media assets