Skip to content

feliceforgione/otc_api

Repository files navigation


About The Project

API to provide information about over the counter medications.

Home Documentation

Built With

Node.js Express.js
MongoDB Swagger
Jenkins Docker
Tailwindcss Jest

Setup

  • 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

Usage

To start API server: npm start

To run tests: npm run test

Server can be accessed at: http:https://localhost:3000/

API documentation can be found at: http:https://localhost:3000/api-docs/

API can be accessed at: localhost:3000/api/v1

Roadmap

  • 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).


Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Felice Forgione - @forgione67

Project Link: https://github.com/feliceforgione/otc_api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published