Skip to content

Wabanex - Gerencie e acompanhe seus treinos na academia! Evento NLW Together organizado pela @Rocketseat 🚀

License

Notifications You must be signed in to change notification settings

DanielObara/NLW-Together-Elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextLevelWeek

NextLevelWeek Together 🚀 ✔️

Repository size Made by DanielObara GitHub last commit License Stargazers

Next Level Week   |    Project   |    Technologies   |    Material   |    How to use   |    How to contribute   |    License

ℹ️ What's Next Level Week?

NLW is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level. Through our method you will learn new tools, learn about new technologies and discover hacks that will boost your career. An online and completely free event that will help you take the next step in your evolution as a dev.

Classes

  • Class 01 - Liftoff - 20/06 - ✔️
  • Class 02 - Maximum Speed - 21/06 - ✔️
  • Class 03 - In Orbit - 22/06 - ✔️
  • Class 04 - Landing - 23/06 - ✔️
  • Class 05 - Surface Exploration - 24/06 - ✔️

💻 Project

Wabanex is a project to manage and monitor your workouts at the gym. Project organized by Rocketseat and taught by Rafael Camarda

Example

🚀 Technologies

This project was developed with the following technologies:

🔖 Material

To access the complementary material take a look at Whimscal.

ℹ️ How To Use

To clone and run this application, you'll need Git, PostgreSQL or an postgres image on Docker, Elixir + Erlang installed on your computer.

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/DanielObara/NLW-Together-Elixir

# Go into the repository
$ cd wabanex

# Install dependencies
$ mix deps.get

# Create and migrate your database
$ mix ecto.setup

# or you can run migration manually with
$ mix ecto.migrate

# Start server
$ mix phx.server

# Remember that you will need to start your postgreSQL in local or an Docker image

# running on port 4000

🤔 How to contribute

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

After merging your receipt request to done, you can delete a branch from yours.

📝 License

This project is under the MIT license. See the LICENSE for details.

Made with ♥ by Daniel Obara 👋 Get in touch!

Releases

No releases published

Packages

No packages published

Languages