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
- Host: GitHub
- URL: https://github.com/evandersondev/test-fullstack-teclat
- Owner: evandersondev
- Created: 2020-03-04T22:53:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:20:21.000Z (over 3 years ago)
- Last Synced: 2025-07-24T19:36:06.005Z (11 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CRUD OF THE USERS FOR TECLA T - TEST FULLSTACK JS
A little description about your project
### - STEPS TO CREATION DATABASE
- 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.