Skip to content

moritz-baumgart/PostlyApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostlyApi

PostlyApi is a .NET Web API written as a part of a University Project. It serves as the Backend of PostlyWebpage and PostlyApp. The goal of the project was to create a microblogging plattform.

Installation

To run the project a file called secrets.json has to be placed in inside the PostlyApi directoy with the database password and a JWT-secret with the following format:

{
  "dbPassword": "MY_DB_PASSWORD",
  "Jwt": {
    "Secret": "MY_JWT_SECRET"
  }
}

Documentation

Code documentation can be generated using doxygen and the provided Doxyfile. To do so run doxygen inside the root directory.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages