GithubHelp home page GithubHelp logo

clebim / cardapio-online-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 169 KB

backend of an online menu application for any restaurant / bar

Shell 0.15% TypeScript 99.29% JavaScript 0.08% Handlebars 0.47%

cardapio-online-backend's Introduction

Express Application for Cardapio-Online project

Technologies   |    Getting started   

About the project

This api provides a online menu for any bar, restaurant.

This project contains: sending emails, Background jobs, auth JWT image uploads, injection of dependencies.

🚀 Technologies

Technologies that I used to develop this api

Requirements

💻 Getting started

Clone the project and access the folder

$ git clone https://github.com/clebim/Cardapio-Online.git && cd Cardapio-Online
# Install the dependencies
$ yarn

# Create the instances of postgreSQL
 - any name to api
 - db_test to database used to tests


# Create the instance of redis

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables in .env and .env.test
# Do not change the NODE_ENV variable in .env.test
# The aws variables do not need to be filled for dev environment
$ cp .env.example .env

# configure ormconfig.json with your settings following ormconfig.exemple.json
$ cp ormconfig.example.json ormconfig.json

# Once the services are running, run the migrations
$ yarn typeorm migration:run

# run command `test` to verify that everything is working correctly
$ yarn test

#run background jobs
$ yarn queue

# To finish, run the api service
$ yarn dev:server


# Well done, project is started!

cardapio-online-backend's People

Contributors

clebim avatar

Watchers

 avatar  avatar

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.