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
- Host: GitHub
- URL: https://github.com/theonlyamos/forex-app-server
- Owner: theonlyamos
- Created: 2020-02-26T15:38:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T17:51:53.000Z (over 2 years ago)
- Last Synced: 2025-01-09T04:34:58.738Z (9 months ago)
- Language: JavaScript
- Size: 739 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```