This blog contains a number of posts about various topics such as React, Node, Express, MongoDB and AWS services. Most of them are covering technologies that I've done in my other projects.
- Dealing with a Tree Data Structure with NodeJS and MongoDB
- Building a Tree Data Structure with React and Redux
- AWS VOD Streaming - Deliver Video with AWS CloudFront
- AWS VOD Streaming - Convert Video with AWS Lambda & MediaConvert
This is an instruction of how to set up the project locally. To get a local copy up and running, follow these simple steps.
You must have Node.js and npm installed on your machine. This project was built against the following versions:
- Node v16.3.0
- npm v7.15.1
To start the project, clone the repository and install dependencies with following command:
npm install
You need to setup environment variables. Create .env
file and configure necessary variables. Then, start the app by running:
npm run dev
Chrome | Firefox |
---|---|
Latest ✓ | Latest ✓ |