Next Level Week - Project - Technologies - Layout - How to install and run - License
Next Level Week is a technology week focused on learning web development using the latest technologies in the job market.
Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.
This project was developed with the following technologies:
To access the layout of the project use Figma.
To clone and run this application, you'll need Git, .NET Core and Docker installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/LeoPanichi/rocketseat-nlw-01-server-alt1
# Go into the repository
$ cd rocketseat-nlw-01-server-alt1/server/Docker
# Install dependencies
$ docker-compose up -d
# running on port 1433
# Clone this repository (If not already cloned)
$ git clone https://github.com/LeoPanichi/rocketseat-nlw-01-server-alt1
# Go into the repository
$ cd rocketseat-nlw-01-server-alt1/server
# Install dependencies
$ dotnet build
# Install dotnet-ef tool
$ dotnet tool install --global dotnet-ef
# Run Migrates & Seeds
$ dotnet ef database update
# Start server
$ dotnet run
# running on port 3333
This project is under the MIT license. See the LICENSE for details.
Made by Leonardo Panichi Linkedin