Backend for blog platform.
Support
1.Register a new user
2.Login
3.Logout
4.Confirm Email
5.Forget Password, Change Password,
6.Edit post, get all posts, get all post for user.
-
clone the repo
cd hackernoon -
Install the dependencies
npm install -
Add your Database Info (username, password, database name, ) to the ormconfig.json file
-
start the server
npm run dev -
Happy Hacking :D