Skip to content

savannahtech/lema-daniel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMA.AI Assessment

Github Url

Click here to go

Live Url

Click here to go

Contents

  1. Introduction
  2. Prerequisites
  3. Running the project and DB setup

Introduction

This is the official submission of the Senior Frontend Developer coding assessment test for Don Daniel. This README is meant to guide anyone through running and using the project.

Prerequisites

Tools and versions required to run the project:


Running the project and DB setup

  1. Clone the repository:
git clone https://github.com/dondxniel/lema.git
  1. Install dependencies:
cd <project-folder> && yarn && cd frontend && yarn && cd ../backend && yarn
  1. Run the project:
yarn dev

The last command runs both the frontend and backend with the help of "concurrently", a library used to run multiple commands concurrently in your node environment.

  1. Setup Database: For simplicity sake, the database file was left in the code base as it was sent. If you would like to visualize the tables as you create, delete or modify records, try Table Plus.

If you're already familiar with it or are more comfortable with an alternative, you can skip the next few bullet points. - Once you have it installed, open it. - Click the plus button next to the input on the top of the new window to create a new connection. - Select a database-for this project, select SQLite. - Click "Create" at the bottom right. - Enter the name of your Connection and select the path to the Database file in our code base. - Click "Connect" and there you go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published