Code Monkey home page Code Monkey logo

decenttea's Introduction

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

decenttea's People

Contributors

jessecanderson avatar

Watchers

 avatar  avatar

decenttea's Issues

Adding lists of restaurants for a user

Connect the user to an array of lists. Each list will be an array of restaurants that they want to have in there.

Make sure we have API's for adding a list to a user and then updating that list with restaurants.

Create UI for List management

Allows a user to create new lists and add restaurants to that list.

Updating the map to allow a logged in user to add a restaurant directly to a list.

Update Restaurant Endpoints

Right now, we can query the DB for all stored restaurants or just by a specific ID restaurant. Need to update it to handle creation better.

Create Users

We have endpoints for some of the restaurant stuff, but now need to work on getting a user in there and allowing them to login.

Update Home Page

Create home page for Decent Tea. Basic layout and info on the app.

Add security validation to the API endpoints

Right now, the API endpoints are just handling the CRUD operations but need to be secured so people don't try and muck with them.

Create and implement an auth plan for the endpoints. Either a JWT or some kind of API key schema for devs to hit them in Postman but also Next to auth to them (however that works).

Fix Next-Auth integrations

In one of the next updates, next-auth broke and needs to be refactored/fixed. Just to provide some kind of auth for users.

Add Google AdSense to monetize app

This is a first step to make something that isn't obtrusive to the user but still allow it to start funding itself.

Add in Google AdSense and a small banner ad or advert somewhere that isn't in the way of functionality.

Update Search for local DB

This was originally created to query the places API from Google. Now that it is using the local DB, we need to make sure we are returning the restaurant correctly, validating any lat/long that may need to be there, and place that on the map. This will update the endpoint as well to make sure we are getting the correct lat/long if one is not already there and storing it for next time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.