Skip to content

IdleRPGBot/idleapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idleapi

API for IdleDB.

Usage

Change each value in .env to your needs.

.env keys:

*PORT=3001
*IDLEAPI_ENV=dev|prod

*PG_USER=postgres
PG_PASS=postgres
*PG_DB=postgres
*PG_HOST=localhost
*PG_PORT=5432

*REDIS_HOST=localhost
REDIS_PASS
*REDIS_PORT=6379

* = required

Contributing

  1. Fork it (https://github.com/domterion/idleapi/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published