https://github.com/luizfbn/learn-spot
Procure por professores particulares perto de você.
https://github.com/luizfbn/learn-spot
express nodejs react react-native typescript
Last synced: 3 months ago
JSON representation
Procure por professores particulares perto de você.
- Host: GitHub
- URL: https://github.com/luizfbn/learn-spot
- Owner: luizfbn
- Created: 2020-06-19T18:22:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T02:43:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T02:56:40.932Z (over 1 year ago)
- Topics: express, nodejs, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 17.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnSpot
Find a teacher near you.
## Tools
- Typescript
- Node, Express
- React
- React native


## Setup
You will need [Node](https://nodejs.org/en/) and [Expo](https://expo.io/) installed.
Install all dependencies (run in each folder):
```
npm install
```
Run in /server:
```
npm run knex:migrate
npm run knex:seed
```
Set your url in the files: /server/src/config/config, /mobile/src/services/api
Finally, run in each folder:
```
npm start
```