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-2443
Go to the project directory
cd aromatic-desk-2443
Install dependencies
npm install
Start the server
node app.js
To 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