drex44 / good-food-guide

A guide to know which foods are good when you have certain disease! [Built with React/NextJs]
https://good-food-guide.now.sh
MIT License
48 stars 38 forks source link

bootstrap the backend server #67

Closed drex44 closed 5 years ago

drex44 commented 5 years ago

Currently, there's no backend server. All the data is fetched from the JSON file only.

So create APIs to make it dynamic. I haven't specified the schema for the APIs but I will update it soon.

EDIT:

drex44 commented 5 years ago

Task finished!