Skip to content

wtain/bookmarks

Repository files navigation

Bookmarks

Modules

  1. bookmarks_database
  2. bookmarks_frontend
  3. bookmarks_server

Checkout modules

git submodule add [email protected]:wtain/bookmarks_server.git
git submodule add [email protected]:wtain/bookmarks_database.git
git submodule add [email protected]:wtain/bookmarks_frontend.git

Setup

Modules bookmarks_serverand bookmarks_frontendrequire Typescript. Run following commands in those modules' directories.

cd bookmarks_frontend
npm install typescript --save-dev

Add following to /etc/hosts:

host.docker.internal 127.0.0.1

For server it is also necessary to install Nodemon:

cd bookmarks_server
npm install nodemon --save
npm install -g ts-node@latest

That helped last time:

npm install ts-node-dev@latest ts-node@latest

Running

make start

NOTE: On Windows it requires administrative access

Troubleshooting

Sometimes Docker under Windows can complain about busy port. In order to resolve that issue, do the following (in administrative console):

net stop winnat
net start winnat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published