Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Chatty API server with no persistent chatty database

License

Notifications You must be signed in to change notification settings

latestchatty/simple-chatty-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleChattyServer

This service powers winchatty.com. View the API documentation.

Development

  • Use the VSCode devcontainer.
  • Edit src/appsettings.json and fill in, at minimum, the SharedLogin and Storage sections.
  • In the build directory, run ./clean.sh && ./debug.sh.

Deployment

  • In the build directory, run ./clean.sh && ./publish.sh.
  • Make a deployment directory.
  • Copy build/publish/*.exe and *.dll to the deployment directory.
  • Copy your customized appsettings.json to the deployment directory.
  • Run SimpleChattyServer.exe. Use sc.exe to set it up as a Windows service.

About

Chatty API server with no persistent chatty database

Resources

License

Stars

Watchers

Forks

Languages