Skip to content

Danpossible/health-aid-api

Repository files navigation

health-aid API

Build Status Coverage Status Known Vulnerabilities GitHub issues

API Documentation

Checkout the API Documentation


Requirements

  1. Node 17 and above
  2. YARN
  3. Docker
  4. MongoDB

Project Installation

  1. cd into whatever directory you want work from.
  2. Run https://github.com/10XStartup/health-aid-api.git then cd into the repo.
  3. After cloning the project, run cp .env .env.example on your terminal to create a new .env file from the .env.example.
  4. Run yarn install to install all the dependencies.
  5. Run yarn dev to start the project in development mode.
  6. Run yarn build to build the project for production.
  7. Run yarn start to start the project in production mode.

Project Setup

  1. Create a database on your machine.
Your database url in the `.env` file should as follows

DATABASE_URL="mongodb://johndoe:randompassword@localhost:27017/mydb?authSource=admin"

mydb : The name of the databse you created on your machine
johndoe : The username of the database
randompassword : The password of the database

Note If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.

Making contributions

Checkout the contributions guidelines

Dont forget to star or fork this if you like it

License

license

This project is licensed under the terms of the GPL license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages