Code Monkey home page Code Monkey logo

p4_datawarehouse-fh's Introduction

DataWarehouse

Project 4 of the Full Stack Web Development course of Acámica

This project consists in the creation of a platform that allows a Marketing company to manage all the contacts of its clients for its commercial campaigns.

Resources and technologies used:

  • HTML

  • CSS

  • JavaScript

  • Node JS

  • Express js

  • Sequelize

  • MySQL

  • JWT for authentication through Token

  • Postman to test API Endpoints

  • Swagger to build API Documentation

Installation:

Clone the project from a terminal

git clone https://github.com/saveasfabri/P4_DataWarehouse-fh.git

Dependencies:

Install the required dependencies for the correct operation of the application in the Backend folder.

npm install

Database:

Use the data_warehouse.sql file to import it into your Database client, it will provide the entire structure.

Important:

Remember to modify the file db.js with the data of your environment.

Start the Server:

In the package.json folder replace the line:

"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},

For this line:

"scripts": {"start": "node index","dev": "nodemon index"},

Position yourself in the Backend folder from a terminal and execute the following Script:

npm run dev

Documentation:

Check the file spec.yml, here you will find the endpoints and requirements to use the API.

Repository

Link to the repository on GitHub:

https://github.com/saveasfabri/P4_DataWarehouse-fh.git

p4_datawarehouse-fh's People

Contributors

saveasfabri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.