Skip to content

Terieyenike/next-amplify-datastore

Repository files navigation

Eat and Nourish

Eat & Nourish is a single page application (SPA) that is served with data from the backend using AWS DataStore and populating the client-side with data from the user. The images and information on the frontend are dynamically generated with Next.js and when each individual page is clicked, it leads to the individual menu page

eat and nourish

Getting Started

To get the project up and running:

  1. clone the repository and navigate to the next-amplify-datastore folder
  $ git clonehttps://github.com/Terieyenike/next-amplify-datastore
  $ cd next-amplify-datastore/
  1. install dependencies
  $ yarn install
  1. serve with hot reload at localhost:3000
  $ yarn dev
  1. build for production and launch server
  $ yarn build
  $ yarn start

The food site will be available on the available port on localhost:

:3000 for the home page for the blog and has the route :3000/recipe/[id] for all the individual menu which will dynamically render the individual files and replace the [id] to its id name.

Contributing

We ❤️ pull requests, and we’re continually working hard to make it as easy as possible for developers to contribute. Before beginning development with the Eat & Nourish, please familiarize yourself with the following developer resources:

Author

Teri Eyenike

Technologies

  • NextJS
  • AWS
  • Cloudinary
  • TailwindCSS

About

Check your favourite meals as everything is stored in a database

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published