Skip to content

itsrafsanjani/blog-nodejs

Repository files navigation

NodeJS Blog with TypeORM

Steps to run this project:

  • Run npm install command
  • Create a mysql database
  • Copy .env.example to .env using cp .env.example .env
  • Update database credentials in .env
  • Run npm run app:key
  • Run npm start command

TODO

  • Authentication using JWT Personal Access Token
  • Add TypeORM Custom Validation
  • Send email verification notification with OTP
  • Post (Blog) CRUD with file upload (Add user to post relationship)
  • Host to Digital Ocean
  • Frontend with NuxtJS and ReactJS
  • Switch from PHP to Node! 😂 👽

About

Blog NodeJS with Typescript and TypeORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published