| Technology | Description |
|---|---|
| Javascript | Javascript as main language in its latest ES |
| Node.js | JavaScript runtime for server-side development |
| Express.js | Minimalist web framework for building APIs |
| Docker | Containerization for easy deployment & scalability |
Creating a docker image:
docker build -t node_server .Running the docker container
docker run node_serverThe API documentation is accessible at the following address :
http://localhost:3000/api-docsWe love contributions! If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-name). - Open a pull request.
Feel free to report issues or suggest features by opening an issue in this repository.
This project is licensed under the MIT License. See the LICENSE file for details.
If you found this project helpful, please give it a ⭐ on GitHub! It helps others discover it too.
Happy coding! 💻✨