Giter Club home page Giter Club logo

my-cattle-log-v1.mdb's Introduction

My Cattle Log - Livestock App

Repository meant to be just a practice exercise through the creation of a CRUD full-stack app with OAuth2.0 incorporated.

How to run the front-end:

From the main directory, follow this commands: cd client/

npm install

npm start

How to run the back-end:

Create a new database called "Cattle_Tracker_DB" with postgres or in the /api/src/config/config.js file set the appropiate configurations for your own Data Base. After having the Database prepared to be synced, in the directory /api run the following commands:

*If you haven't installed the packages yet, run:

npm install

npm run dev

*If you already installed the packages with the command "npm install", now type the following command to run de back-end:

npm run dev

Now you should have the front and back-end running!

NOTE:

By default, the front-end will run in the PORT 3000, and the back-end in PORT 3001. You can change this configurations in the file /api/src/config/config.js

my-cattle-log-v1.mdb's People

Contributors

dependabot[bot] avatar robtangle avatar

Stargazers

 avatar

Watchers

 avatar  avatar

my-cattle-log-v1.mdb's Issues

Cambiar User schema

Hacer que los Animals estén por referencia en el user.animalsPop, y no embebidos en el usuario.
Los Animals manejarlos principalmente en la Collection Animal, y en el user le paso las referencias únicamente.

Arreglar la carga de imágenes del animal en el form

Al seleccionar una imágenes, ésta se pushea al arreglo de imágenes correctamente. Pero no se maneja bien al momento de reemplazar una, ya que al agregar de vuelta otra simplemente se pushea en vez de filtrar la que uno quiere sacar.

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.