Skip to content

A project built in bootcamp Next Level Week #2 of Rocketseat

Notifications You must be signed in to change notification settings

jeanmolossi/next-level-week-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week #2


📌 Table of Contents

👉 Screens

You can see more in another branches.

Go to: Challenge branch

🚀 Features

Backend Features

🔌 Connections

  • Route to list total of connections;
  • Route to create new Connection;

📹 Subjects

  • Route to create subject lesson;
  • Route to list lessons and proffys;
    • Filter by subject, week day and time;

: Proffy

  • Route to create proffy profile and add subjecto to lesson;

Frontend

Pages

Landing Page

  • Buttons
    • Study;
    • Give-Classes;

Study

  • Filter by Subject, week day and time;
  • Proffys list;
    • Button In touch (by Whatsapp);

Dar Aulas

  • Sign up areas;
    • Sign up personal data;
    • Sign up lesson/classes;
    • Sign up work times to lesson;

👷 Installation

You need to install Node.js, Yarn, Android SDK, Expo first and then, in order to clone the project via HTTPS, run this command:

git clone https://github.com/jeanmolossi/next-level-week-2.git

Install dependencies

cd server && yarn install

then

cd ../web && yarn install

then

cd ../mobile && yarn install

Setup the API

In root of project, run:

cd server && yarn knex:migrate

🏃 Getting Started

Run the following command on project root folder in order to start the application in a development environment:

  // Run server API
  cd server && yarn start

In another terminal tab/window

  // Run web application
  cd web && yarn start

In another terminal tab/window

  // Run mobile application
  cd mobile && yarn start

🐛 Issues

Feel free to file a new issue with a respective title and description on the the Gympoint Mobile repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

📕 License

Released in 2020. This project is under the MIT license.

Made by Jean Molossi 🚀

About

A project built in bootcamp Next Level Week #2 of Rocketseat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages