An open API service indexing awesome lists of open source software.

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

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`