An open API service indexing awesome lists of open source software.

https://github.com/evandersondev/test-fullstack-teclat

Crud of the users maked using Node, React and React Native
https://github.com/evandersondev/test-fullstack-teclat

Last synced: 4 months ago
JSON representation

Crud of the users maked using Node, React and React Native

Awesome Lists containing this project

README

          


CRUD OF THE USERS FOR TECLA T - TEST FULLSTACK JS





A little description about your project



License MIT

### - STEPS TO CREATION DATABASE

mongoDB

- You will need to have installed the mongoDB click this link and install case you don't have.

- Open the terminal and run these codes.

> mongo

> use crudUsers;

- In this step copy and paste the code into that are the folder backend/ _db.json_ and run in your terminal.

> db.users.insertMany(_db.json_);

- Now was created 55 users with (name, email and Password).

### - RUNNING APP IN LOCALHOST

- In your terminal with the folder backend opened, run the steps:

> `yarn` or `npm install` **for install the modules**.

> You will need to create one file `.env` and create one code inside him `APP_SECRET:ONE_SECRET_WORD`

> `yarn dev` or `npm run dev`.

- In your terminal with the folder frontend opened, run the steps:

> `yarn` or `npm install` **for install the modules**.

> `yarn start` or `npm run start`.

#### In these steps, you can access in your browser the web application.

- To make login click to signup and then to create your user to access the app.

### - RUNNIG THE VERSION MOBILE:

- In your terminal with the folder mobile opened, run the steps:

- Using expo:

> `yarn` or `npm install` **for install the modules**.

> You will need to have the app Expo in your phone.

> `yarn start` or `npm run start` **After that will open in your browser one QRCODE, capture and will run in your phone**.

---

### - FEATURES

- ⚛️ **React Js** — A JavaScript library for building user interfaces
- ⚛️ **React Native** — A lib that provides a way to create native apps for Android and iOS
- 💹 **Node Js** — A web framework for Node Js

### - LICENSE

This project is licensed under the MIT License - see the LICENSE page for details.