Skip to content

omsigum/notesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inoreder to run the note api you must have a running Mysql/mariadb server.
Also add a file called conf.py, it looks like:
class conf:
        def __init__(self):
                self.dbpass = "DATABASEPASSWORD"
                self.dbusername = "DATABASEUSERNAME"
                self.dbhost = "HOSTNAME"
                self.dbase  = "DATABASENAME"
This project runs on python3.
pip dependecies are in requirements.txt
there is currently a server running on lok.enaiac.is, don't count on it being there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published