neuefische / certificates

neue fische Certificate micro service
MIT License
5 stars 0 forks source link

Introduce express and create post route with schema validation #40

Closed phlgr closed 2 years ago

phlgr commented 2 years ago

Update server to now use express 🎉 Refactor the createCertificate function, so it doesn't handle the response anymore. Add new post route for non visible profiles. Introduce schema validation for the data that is received.