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

https://github.com/xterikatx/proffy

👩‍🏫 Project made to connect teachers to students
https://github.com/xterikatx/proffy

connect-teachers css expo express node proffy react sqlite3 students typescript

Last synced: 28 days ago
JSON representation

👩‍🏫 Project made to connect teachers to students

Awesome Lists containing this project

README

        


Proffy



ErikaLopes


GitHub last commit

License

> :rocket: Project made to connect teachers to students, made in Next Level Week #2 @Rocketseat


The NLW #2 project. Built with ❤︎ by
Erika Lopes and

contributors


# :pushpin: Table of Contents

* [Technologies](#computer-technologies)
* [Features](#rocket-features)
* [How to Run](#construction_worker-how-to-run)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)

### Web Screenshot




### Mobile Screenshot






# :computer: Technologies
This project was made using the follow technologies:

* [Typescript](https://www.typescriptlang.org/)
* [React](https://reactjs.org/)
* [Expo](https://expo.io/)
* [Express](https://expressjs.com/)

# :rocket: Features

* Website to sign up teachers and students.
* App to connect teachers and students.

# :construction_worker: How to run
```bash
# Clone Repository
$ git clone https://github.com/erikalopes/proffy.git
```
### 📦 Run API

```bash
# Go to server folder
$ cd proffy/server

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start
```
Access API at http://localhost:3333/

### 💻 Run Web Project

```bash
# Go to web folder
$ cd proffy/web

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start
```
Go to http://localhost:3000/ to see the result.

# :bug: Issues

Feel free to **file a new issue** with a respective title and description on the the [Proffy](https://github.com/erikalopes/proffy/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**!

# :closed_book: License

Released in 2020 :closed_book: License

Made with love by [Erika Lopes](https://github.com/erikalopes) 🚀.
This project is under the [MIT license](./LICENSE).

Give a ⭐️ if this project helped you!