Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelamoraes/nlw02
https://github.com/isabelamoraes/nlw02
axios cors expo express google-fonts javascript knex nodejs react-native react-navigation reactjs typescript
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/nlw02
- Owner: isabelamoraes
- Created: 2020-08-05T01:47:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T00:52:06.000Z (over 4 years ago)
- Last Synced: 2024-11-22T13:37:57.571Z (2 months ago)
- Topics: axios, cors, expo, express, google-fonts, javascript, knex, nodejs, react-native, react-navigation, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PROFFY
Connecting teachers who want teach with students who want learn
Features |
Getting Started |
Reference
## Features
This project was developed with the following technologies:
- **[Expo](https://expo.io/)** - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- **[React JS](https://reactjs.org/)** - A JavaScript library for building user interfaces.
- **[Node JS](https://nodejs.org/)** - A runtime enviroment for JavaScript applications.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/nlw02.git nlw02# Go into the repository desired
$ cd nlw02/server
# OR
$ cd nlw02/web
# OR
$ cd nlw02/mobile# Install dependencies
$ yarn install# Run the application
$ yarn start
```## Reference
This application was developed during my participation in Next Level Week 02, promoted by Rocketseat.