Ecoleta is a simple marketplace, developed during the Next Level Week Program (@RocketSeat). This project envolves a front-end with HTML, CSS and Nunjucks and a back-end with NodeJS, express and sqlite3. Hope you enjoy it!
- Register collection points for recyclable products;
- List all collection points based in a city search;
- HTML 5;
- CSS 3;
- Javascript;
- Nunjucks;
- NodeJS;
- Express;
- SQLite3;
- Semantic HTML;
- Flex and Grid models;
- Fetch API;
- DOM Manipulation;
- Responsive Design;
- Real-Time updates after registering a new collection point;
- A SQL database
After cloning, open your terminal and type:
npm install
Then, you can run the project with:
npm run
Now, just open your browser and go to http://localhost:3000