Bookmark store built on angular and node
Yeah, so, this is my new pet-project that I am using to learn technologies I wanted to work with
- typescript
- angular
- codeship
- codedeploy
- mariadb
- MariaDB
- NodeJS (latest)
git clone https://github.com/jacobx1/linky.git
cd linky
Install build Pre-reqs
npm install -g @angular/cli typescript runjs-cli npx
npm install
Do the build
npx run build
Set the following envars - optional unless otherwise noted
DB- database name (be sure to create it first)DB_HOST- database hostnameDB_PORT- database portDB_USER- required - MariaDB user with access tolinky(or custom db name)DB_PASS- required - database passwordCORS_ORIGIN- url of angular app - set tohttp://localhost:4200for local run
Then run it!
npx run dev