Next Level Week | Project | Technologies | Specifying Technologies | Layout | 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.
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:
In BackEnd:
express
@types/express
knex
ts-node-dev
typescript
ts-node
sqlite3
cors
multer
@types/multer
crypto
celebrate (to validate using express)
@types/hapi__joi
In FrontEnd:
react icons
react-router-dom
@types/react-router-dom
leaflet (react-leaflet)
axios
integration with ibge api
react-dropzone
In Mobile:
expo cli
expo google fonts
fragment (concept)
react navigation
react-navigation/stack
react-native-maps
expo-constants
react-native-svg
axios
expo-location
expo-mail-composer
Linking (using whatsapp)
To access the layout use Figma.
To clone and run this application, you'll need Git, Node.js installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/MattLack/NextLeveLWeek/
# Go into the repository
$ cd NextLeveLWeek/server
# Install dependencies
$ npm install
# Run Migrates
$ npm knex:migrate
# Run Seeds
$ npm knex:seed
# Start server
$ npm run dev
running on port 3333
- Make a fork;
- Create a branck 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 MattLack 👋 Get in touch!