Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.11 KB

Welcome to my portfolio

This repo is for showcasing my web developement skills. It is not perfect and it serves as a sandbox. I've tried to implement a lot of tools, library, frameworks, and more.

Quick Start

Required versions of tools used within this repo:

# Install dependencies
yarn

# Run local development
yarn dev

# Build for deployment
yarn build

# Run production build
yarn start

ESlint and Prettier are installed for easy configuration and code format. We can change the configuration later as we see fit.

# Run lint to see if it complies with code rules or convention.
yarn lint

Note

I plan to add more works and side projects to this repo. If possible, I'd like to redesign the whole site and probably have to update some dependencies. New releases would be better and simpler. Plan to add tags and releases to the repo.

Movies APIs from MongoDB sample JSON

MONGODB_URI=mongodb+srv://<username>:<password>@<project>.2cspo.mongodb.net/?retryWrites=true&w=majority
MONGODB_DB=sample_mflix