Project based on Semana Omnistack 11, using Javascript, React, React-Native, ReactDOM, Node, Express, Axios, Knex, SQL and other technologies.
- All the
code
required to get started is available on frontend folder and backend folder.
- Clone this repo to your local machine using
https://github.com/LJacobsonMT/omnistack11.git
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
- 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.