Follow these steps to set up The Project on your machine:
- Create a .env file.
- Copy the .env.example file and rename it to .env.
- Update the environment variables in this file to match your local setup.
- Install All Dependencies by this command:
$ yarn install
- Run the Project: Use one of the following commands to run the project locally:
yarn dev: This command will start the development server with hot reloading enabled.
yarn start: This command will start the production server.
This is a simple Backend Onlineshop built with ExpressJs & MongoDB
This backend project includes the following features:
- Register.
- Login.
- Create Product (Handphone).
- Read Product (Handphone).
- Update Product (Handphone).
- Delete Product (Handphone).
- Read all Products (Handphone).
- Create Order.