Jobster API
Description:
Node/Express + MongoDB backend for the Jobster React app, with JWT auth, job CRUD/stats endpoints, security middleware, rate-limited auth routes, and static serving of the prebuilt client.
This project was created as a learning exercise to practice building a backend API with Node.js, Express, MongoDB, and Mongoose. It was created as part of the Node.js Course on CodingAddicts.io.
Technologies:
- Node.js
- Express
- MongoDB
- Mongoose
- JWT
- helmet
- xss-clean
- Rate limiting