Pear is a clone of Apple.com which is an American multinational technology company headquartered in Cupertino, California, United States.
- Authentication
- Authorization
- Responsive
- Cross platform
Client: HTML, CSS, Javascript
Server: Node, Express
Clone the project
git clone https://github.com/DanteHaxor/aromatic-desk-2443Go to the project directory
cd aromatic-desk-2443Install dependencies
npm installStart the server
node app.jsTo run this project, you will need to add the following environment variables to your .env file
key
mongourl
PORT
GET /api POST /api/user/register POST /api/user/login POST /api/admin/register POST /api/admin/login GET /api/products/ POST /api/products/addproduct PATCH /api/products/update/:id DELETE /api/products/delete/:id

