Next Level Week | Project | Technologies | Material | How to use | How to contribute | License
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.
- 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 - ✔️
Wabanex is a project to manage and monitor your workouts at the gym. Project organized by Rocketseat and taught by Rafael Camarda
This project was developed with the following technologies:
To access the complementary material take a look at Whimscal.
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:
# 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
- 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.
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Daniel Obara 👋 Get in touch!