All Projects → LauraBeatris → Goeat Api

LauraBeatris / Goeat Api

Licence: mit
Rest API for a food delivery application - Built with Express, Postgres, Redis, MongoDB and Nodemailer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Goeat Api

Gympoint Api
Rest API of a gym management application - built with Express, Postgres, Redis, and Nodemailer.
Stars: ✭ 39 (+8.33%)
Mutual labels:  postgresql, express, mailgun, nodemailer
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (+302.78%)
Mutual labels:  mongodb, nodemailer, backend
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (+36.11%)
Mutual labels:  mongodb, postgresql, express
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+561.11%)
Mutual labels:  mongodb, postgresql, express
Online Bling
Stars: ✭ 9 (-75%)
Mutual labels:  postgresql, express
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-75%)
Mutual labels:  mongodb, express
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+2291.67%)
Mutual labels:  mongodb, postgresql
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+2358.33%)
Mutual labels:  mongodb, postgresql
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-33.33%)
Mutual labels:  mongodb, express
Diagonistician Reactjs Express Mongoose
Question - Answers demo SPA
Stars: ✭ 13 (-63.89%)
Mutual labels:  mongodb, express
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-2.78%)
Mutual labels:  mongodb, express
Hotseat Api
Rest API of a barber shop application - Built with Express, TypeORM and Postgres
Stars: ✭ 27 (-25%)
Mutual labels:  express, backend
Mongo Connector Postgresql
River from Mongo oplog to postgresql
Stars: ✭ 26 (-27.78%)
Mutual labels:  mongodb, postgresql
Node Auth
基于 Node Express Mongoose 实现的用户注册/登陆权限验证
Stars: ✭ 10 (-72.22%)
Mutual labels:  mongodb, express
Express Boilerplate
A fast, simple Node.js/Express + MongoDB + Vue.js web app boilerplate project
Stars: ✭ 25 (-30.56%)
Mutual labels:  mongodb, express
Express Starter
Express Starter
Stars: ✭ 14 (-61.11%)
Mutual labels:  postgresql, express
Jwt Node Vue
Repositório responsável pelo primeiro projeto da série de vídeos: Coding Stuff.
Stars: ✭ 29 (-19.44%)
Mutual labels:  mongodb, express
Starter Nodejs Rest
DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token
Stars: ✭ 29 (-19.44%)
Mutual labels:  mongodb, express
Vue Admin Spa Api
本项目使用node.js+express+MongoDB编写后端接口代码,主要为vue-admin-spa(前端项目)提供在线api接口
Stars: ✭ 31 (-13.89%)
Mutual labels:  mongodb, express
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-11.11%)
Mutual labels:  mongodb, express

GoEat

Rest API for Food Delivery Businesses, providing fast and clean service for providers and users.

Author Languages Stars Forks Contributors

📌 Table of Contents

🚀 Features

  • 🍽 Schedule appointments in restaurants
  • 🛵 Request food orders
  • 👩‍💼 Manage restaurants
  • 📁 Files upload
  • 👩🏻‍💻 Provider and user interface

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/goeat-api.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:LauraBeatris/goeat-api.git

Install dependencies

yarn install

Create your enviroment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

Setup a database

Install Postgres to create a database or if you have Docker in your machine, fill the environment values related to database configurations and then run the following commands in order to create a postgres container.

docker-compose up

Check if the containers are running

docker ps

🏃 Getting Started

Run the transactions in order to configure all the database schemas

npx sequelize-cli db:migrate

Run the following command in order to start the application in a development environment:

yarn dev

Run the following command to run the queue responsable for the mail job

yarn queue-dev

Run in production

Run the following command in order to start the application in a production environment:

yarn start

Run the following command to run the queue responsable for the mail job

yarn queue

📮 Faq

Question: What are the tecnologies used in this project?

Answer: The tecnologies used in this project are NodeJS + Express Framework to handle the server and Sequelize

Status Codes

Goeat returns the following status codes in its API:

Status Code Description
200 OK
422 UNPROCESSABLE ENTITY
400 BAD REQUEST
404 NOT FOUND
500 INTERNAL SERVER ERROR

🐛 Issues

Feel free to file a new issue with a respective title and description on the the GoEat API repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

🎉 Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

📕 License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris 💜🚀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].