Skip to content

Releases: Xenira/ts-express-template

Express Template 1.0.1

01 Feb 12:55
00f0f9d
Compare
Choose a tag to compare

Security patch removing username and password log from registration.

Now with Userhandling

31 Jan 23:13
Compare
Choose a tag to compare
  • Added Sessions
  • Added passport local strategy
  • Added error class
  • Added validation using express-validate
  • Added basic user model

  • Updated db.ts to use MongoClient and imported user model

  • Fixed 404 responses

  • Removed example.model.ts and replaced it with user.model.ts
  • Removed api.v1.ts and added two seperated routers (index.ts and user.ts

Legacy Version

31 Jan 15:40
016760d
Compare
Choose a tag to compare
Legacy Version Pre-release
Pre-release

Dont use this, as there are some errors contained in this version.

  • 404 responses wont work
  • Only barebone structure
  • Needs a lot of customization