📡
Reddit API REST API similar to reddit API for mobile and front end apps.
🚀
Stack - Node js
- Mongo db
Node Modules
- Express
- Mongoose
- Passport
- Bcrypt
- JWT
Dependencies
Install the dependencies:
npm install
Run the server
To start the server
npm start
APIs
Welcome
get api
http://localhost:3000/api/
User Management
post api
http://localhost:3000/api/register
http://localhost:3000/api/login
http://localhost:3000/api/logout
User Post
post api
http://localhost:3000/api/post
get api
http://localhost:3000/api/posts
User Comment
post api
http://localhost:3000/api/comment
API Usage
- Register / Login to get the authorization token
- Pass the token inside request header field
'access-token'
for rest of the apis
Note: Authorization token expires in 10 mins in idle state.
Author 🙏🏻
Web: Khawaja Farooq
Twitter: @khfarooq
Medium: @khfarooq