Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 342 Bytes

What needs to be done

  • CRUD Blogs
  • CRUD videos
  • CRUD courses
  • Authentication and Session
  • Websockets for comments
  • Notifications
  • Setup prettier
  • CRUD stream
  • Password reset
  • Emails

To start project:

npm start

To test project:

npm test

To build project:

npm run build