Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

General usage #1

@manypozo

Description

@manypozo

Good morning,
I am curious about how your system works, but I can not make it run.

So far, I have created a docker container to install all your project inside.

docker run -it --rm \
		--name nodejs-server \
		--workdir /var/app \
		-v ${PWD}:/var/app \
		-p 4200:4200 \
		node:12.6.0-stretch-slim \
			bash

then,

apt-get update && apt-get install -y build-essential make python

finally,

ng serve --host 0.0.0.0 --port 4200

Despite some issues in the installation, the frontend can start at 0.0.0.0:4200

I can then access to the website, and upload a file. This file is not well stored on the server side (see picture)
Screenshot 2019-10-12 at 12 00 19

Since it seemed a network issue, I checked the way the upload file looks for data, and decided to put the same file I am uploading in the assets folder. Network issue is solved, but frontend answer still hangs and errors on the console still appears.

Do you have this project already deployed somewhere I can reach?

Happy to help if you need more information about how I tried to run the project.
Thank you !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions