This project is an online exchange server developed with Express and Mongoose. The RecordShop backend is a program designed to allow the shop to store, update and query stock data, which is held an in-memory database. Users wil interact with the API using a command-line interface or an API platform such as Postman This has endpoints for users, orders and records, that our users will use to send different kinds of requests (GET, POST, DELETE, etc).
- Express
- Validator
- Mongoose
- Dotenv
- Body-Parser
- Cookie-parser
- Json Web Token
- Bcrypt
- Cors