Code Monkey home page Code Monkey logo

jstack__ezorders's Introduction

ezOrders: Easy orders management

ezOrders

The ezOrders is a basic application - created during the JStack classes - where the user can preview orders created by your users in the mobile application.

Default scope

  • App: Insert and preview all orders
  • Web: Preview all orders and update order status
  • Back-end: Return a list containing all orders; Insert a new order; and Update order status.

โš ๏ธ Prerequisites

Running the server

# Clonning the repository
git clone https://github.com/dgbragas/jstack__ezorders

# Entering in the folder
cd jstack__ezorders/server

# Installing project dependencies (you can also use 'npm install')
yarn

# Running the application (it will run at http://localhost:3000)
yarn start

Running the web application

# Open another terminal in root folder (jstack__ezorders) and and DON'T stop the backend
# Enter in the front-end folder
cd jstack__ezorders/web

# Installing project dependencies (you can also use 'npm install')
yarn

# Running the application (it will run at http://localhost:3000)
yarn start

Running the mobile app

# Entering in the cloned folder
cd jstack__ezorders/app

# Installing project dependencies (you can also use 'npm install')
yarn

# (After initialize your AVD):
yarn start

Next steps

  • Redesign the mobile and web applications
  • Allow profile creation
  • ...

jstack__ezorders's People

Contributors

dgbragas 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.