Skip to content

A complete application with backend, frontend and mobile, user feedback system.

Notifications You must be signed in to change notification settings

RodrigoSaantos/nlw-return-impulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLW-Return

Feedback - NLW#8 - Return

Application developed in the eighth edition of Rocketseat Next Level Week 💻🚀

ObjectiveTechnologiesUsageContributionAuthorLicense

feedback
Feedback escolhido Feedback enviado com sucesso

🚧 NLW#8 - Feedback ⏰📈 Loading... 🚧

🎯 Objective

A complete application with backend, frontend and mobile, user feedback system.

🛠 Technologies

The following tools were used in the construction of the project:

Global

Frontend

Backend

Mobile

👷 Usage

Required! Install git, node and yarn (or npm).

# Clone Repository
$ git clone https://github.com/RodrigoSaantos/nlw-return-impulse.git

# Go to folder classroom
$ cd web/

# Install Dependencies
$ yarn
# or
$ npm install

# Run Application
$ yarn dev
# or
$ npm run dev

# Access localhost
http://localhost:3000

# Go to folder purchases
$ cd server/

# Install Dependencies
$ yarn
# or
$ npm install

# Run Application
$ yarn dev
# or
$ npm run dev

# Access localhost
http://localhost:3333/

# Go to folder gateway
$ cd mobile/

# Install Dependencies
$ yarn
# or
$ npm install

# Run Application
$ expo start

🤝 Contribution

This project is for study purposes too. All kinds of contributions are very welcome and appreciated!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

💻 Author

Rodrigo Santos

By Rodrigo Santos 👋🏽 Find me:

Linkedin Badge | Gmail Badge

📝 License

This project is under the MIT license.