ddachkinov / SoilViews-1

About the project

Home Page:https://app.soilviews.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available Scripts

In the project directory, you can run:

Install NodeJS

Go to project directory

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Email server

How to start the email server

in the console type to the email server directory: cd src/components/server

after you are at this directory run this command: node server.js

Open http://localhost:4000 and you should see Welcome to the Sendgrid Emailing Server

The page will reload if you make edits.
You will also see any lint errors in the console.

How to deploy?

1. Commit all changes in master branch

2. npm run build

3. firebase deploy

Deploy URL: app.soilviews.com About the project: soilviews.com

How to build docker image with all files and run docker container with the app running on container

1. docker build -t soilviews:1.0 . or with this command:npm run docker:build

2. docker run -d -p 3000:3000 -e TZ=Europe/Sofia --name soilviews soilviews:1.0 or with this command: npm run docker:run

Architecture

Architecture

About

About the project

https://app.soilviews.com/


Languages

Language:JavaScript 88.3%Language:CSS 10.4%Language:HTML 1.0%Language:Dockerfile 0.1%Language:Shell 0.1%