https://github.com/9d4/ladoosingh-api
Ladoosingh: The request inspector API.
https://github.com/9d4/ladoosingh-api
Last synced: about 1 year ago
JSON representation
Ladoosingh: The request inspector API.
- Host: GitHub
- URL: https://github.com/9d4/ladoosingh-api
- Owner: 9d4
- License: mit
- Created: 2022-06-09T03:05:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T14:13:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T22:46:14.495Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ladoosingh.herokuapp.com
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ladoosingh-api
Ladoosingh: The request inspector.
## Development
```bash
# Install Dependencies
pnpm install # or npm install
# Copy .env.example and configure it
cp .env.example .env
# Start the web server
pnpm start # or npm start
## Sequelize command based on env
# development
pnpm sql-dev # or npm sql-dev
# test
pnpm sql-test # or npm sql-test
# production
pnpm sql-prod # or npm sql-prod
## Migration
pnpm sql-dev db:migrate
# ^^^
# change as you need
```