Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshat120/email-order-generator
This is a simulation for courier-api
https://github.com/akshat120/email-order-generator
courier express mongodb mongodb-atlas nodejs
Last synced: 4 days ago
JSON representation
This is a simulation for courier-api
- Host: GitHub
- URL: https://github.com/akshat120/email-order-generator
- Owner: Akshat120
- License: mit
- Created: 2023-04-01T06:18:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-03T17:41:08.000Z (over 1 year ago)
- Last Synced: 2023-07-22T18:28:12.684Z (over 1 year ago)
- Topics: courier, express, mongodb, mongodb-atlas, nodejs
- Language: JavaScript
- Homepage: https://email-order-system.onrender.com
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Email-Order-Generator
This repository is a simulation for the courier api. It contains the best use case where a retail-shopkeeper can send receipt in the most visible and informative way. It's main tech stack is NodeJS and MongoDB.
## Tech Stack
**Client:** HTML, CSS, JS
**Server:** NodeJS, Express, MongoDB
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`CONNECTIONSTRING`
`TESTKEY`
`PRIVATEKEY`
## Deployment
To deploy this project run
```bash
npm install
npm start
```## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
[MIT](https://choosealicense.com/licenses/mit/)