Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 903 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 903 Bytes

Omnistack 11.0: "Be Te Hero" project

Project based on Semana Omnistack 11, using Javascript, React, React-Native, ReactDOM, Node, Express, Axios, Knex, SQL and other technologies.

Installation

  • All the code required to get started is available on frontend folder and backend folder.

Clone

  • Clone this repo to your local machine using https://github.com/LJacobsonMT/omnistack11.git

Setup

Node, Npm and MongoDB should be installed to run this project. Install npm packages [Back-End] and [Front-End]:

  • Open terminal and go to "backend" folder and run this command:
$ npm install
  • After that, run the same command on "frontend" folder

Run

Run

  • Open terminal and go to "backend" folder and run this command:
$ npm start
  • After that, run the same command on "frontend" folder. Your browser will open and the project will be displayed.