https://github.com/tonysantana1492/instashare-backend
https://github.com/tonysantana1492/instashare-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonysantana1492/instashare-backend
- Owner: tonysantana1492
- Created: 2022-09-19T00:58:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T18:24:01.000Z (about 3 years ago)
- Last Synced: 2025-06-20T12:10:47.862Z (4 months ago)
- Language: TypeScript
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[instaSHARE](https://github.com/nestjs/nest) backend application
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## About
- Must have installed postgres with a database created before start instaSHARE.
- Configure your ENV VARIABLES into a file .env.dev for development use, and .env.test for test the application.