Skip to content

hngx-org/Giants-food-backend

Repository files navigation

Backend Assessment

Hng Stage 3

Brief Section

this is the repo for the hng stage 3 backend assessment given to team giants.

Pre-requisite

To clone this repository, you can head over to GitHub Repository. the major requirements for this API is shown below

  • NodeJS (npm)
  • MySQL
  • .env (Environment Variables)
Variable Data Type Allowed Values
PORT Number Default: 3001
NODE_ENV String production |  development
DB_URL String mongodb url

These variables are required and the API cannot work well without them! 😂

Starting the API

first run npm install to install the necessary dependencies

after the dependencies are installed, type npm start and visit the api from http://localhost:{port}/. default port is 3001

Current Available Endpoints

All endpoints accept JSON objects and returns JSON objects

Author

smartbizlord

                         Oladimeji Amusa

Enquiries

Send A Mail1

Footnotes

  1. Happy coding 👋

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published