Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 999 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 999 Bytes

Space Markets

About

Space Markets is a Web/Mobile project using ReactJS, React Native and NodeJS being developed for the final term of the university.

The idea is the development of a mobile application named Space Markets, which improves time savings to the customer when searching for supermarket offers. There is also a web environment for markets to register their products.

Web - Screenshots

Scripts

After you clone the project, you have to install all the dependencies, to do this, you run: yarn

In the backend folder, you run: yarn dev
The app will run in the development mode.
Open http://localhost:3333 to view it in the browser.

In the frontend / mobile folder, you run: yarn start
The app will run in the development mode.
Open http://localhost:3000 to view it in the browser.