API to provide information about over the counter medications.
Node.js | Express.js |
MongoDB | Swagger |
Jenkins | Docker |
Tailwindcss | Jest |
- Install packages
npm install
- Setup
.env
file based off.env=sample
- Start docker container
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
To start API server: npm start
To run tests: npm run test
Server can be accessed at: http://localhost:3000/
API documentation can be found at: http://localhost:3000/api-docs/
API can be accessed at: localhost:3000/api/v1
- Add more entries into database
- Add Uses, Ingredients, Warnings, and/or Additional Information fields
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Felice Forgione - @forgione67
Project Link: https://github.com/feliceforgione/otc_api