Coder Social home page Coder Social logo

technical-assessment's Introduction

Book Management App:

This application allows users to create an account, log in, and manage their personal book collection. Users can perform CRUD operations (Create, Read, Update, Delete) on their books. The app is built using Sequelize, Express.js, Vue.js, and various other technologies to ensure a smooth and efficient experience.

Getting Started

server

1- Navigate to the server folder.

2- Install server dependencies by running:

npm install

3-Create a .env file in the server folder with the following content:

DB_USERNAME = your db username
DB_PASSWORD = your db password
DB_NAME = your db name
DB_HOST = localhost
DB_DIALECT = postgres
DB_PORT = 5432

SECRET_KEY= your secret key


CLOUDINARY_CLOUD_NAME= your cloudinary cloud name
CLOUDINARY_API_KEY= your cloudinary API key
CLOUDINARY_API_SECRET= your cloudinary secret

4- Run database migrations to set up the initial database schema:

npm run migrate:up

5- Start the server:

npm run dev

client

1- Navigate to the client folder.

2- Install client dependencies by running:

npm install

3- Start the client development server:

npm run serve

4- Open your browser and navigate to http://localhost:8080 to access the client interface.

5- Create an account or log in if you already have one.


Used Technologies:

  • Sequelize: An ORM (Object-Relational Mapping) library for Node.js and SQL databases, used to manage the database models and relationships.
  • Express.js: A web application framework for Node.js, utilized to build the backend API.
  • Vue.js 2: A progressive JavaScript framework, used for building the interactive and dynamic user interface.
  • Vuetify: A Material Design component framework for Vue.js, employed to create a visually appealing UI.
  • Migration: Database migration tool to manage changes to the database schema over time.
  • JWT (JSON Web Tokens): Used for user authentication and authorization.

technical-assessment's People

Contributors

saradahman avatar

Watchers

 avatar

technical-assessment's Issues

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.