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

https://github.com/theonlyamos/forex-app-server

server for react-forex-app
https://github.com/theonlyamos/forex-app-server

Last synced: 2 months ago
JSON representation

server for react-forex-app

Awesome Lists containing this project

README

          

# Api

## Deployment

```
$ npm i
```

## Environment Variables

## Copy env variables of the env example

```
$ npm run cp:env
```

Must have set server and database variables

If you need in creating database then run command `$ npm run db:create`

## Migrations

```
$ npm run db:migrate
```

## Listen server

```
$ npm start
```

## Tests

```
$ npm run test
```