https://github.com/indios/gateways
Gateways Manager - Practical Exercise
https://github.com/indios/gateways
Last synced: about 2 months ago
JSON representation
Gateways Manager - Practical Exercise
- Host: GitHub
- URL: https://github.com/indios/gateways
- Owner: InDIOS
- License: mit
- Created: 2021-03-15T19:07:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T19:34:10.000Z (over 5 years ago)
- Last Synced: 2025-02-27T23:39:25.217Z (over 1 year ago)
- Language: CSS
- Size: 848 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gateways Manager
## Requirements
* Nodejs 14.15.5 or above
* MongoDB 4.4.4 CE
## Backend
### Install dependencies
```sh
cd backend && npm i
```
### Build
Once in `backend` folder run this command:
```sh
npm run build
```
## Frontend
### Install dependencies
```sh
cd frontend && npm i
```
### Build
Once in `frontend` folder run this command:
```sh
npm run build
```
### Run application
Once `backend` and `frontend` are built, run this command to application start
> Database are filled while data being added.
```sh
cd backend && npm start
```
Point your browser to `http://127.0.0.1:4100`