Code Monkey home page Code Monkey logo

admin_lms's Introduction

Table of Contents

Architeture

Backend

  • routes contains all routes using express for https requests GET, PUT, DELETE and POST.

  • config, contains config file, with the secret key and bcript for the authentication.

  • model, contains all table models for the project, including: students, cohorts, attendance, assignments, student_assignments and users. All these models are located in a sql script called init_db.sql which can be runned using the command: yarn run migrate

    • seed.sql, contains all seed files and it's another script with data examples to populate the DB. Can be runned using the command: yarn run seed

DB design

alt text

Frontend

  • components [to complete]

  • helpers [to complete]

  • views [to complete]

Setup

Getting started

Make sure you create a database in MySQL that we will be using in this project. Steps to create a databse using MySQL:

  1. Open your terminal and type the command: mysql -u root -p
  2. Type your password and hit enter
  3. Type the SQL command: CREATE database codeop;

Add your .env file inside the root of this project with the following data:

DB_HOST=localhost
DB_USER=root
DB_PASS=root
DB_NAME=codeop

Install libraries and depedencies

  • In the root of your app:
    • yarn && yarn start
    • yarn run migrate
    • yarn run seed
  • Inside client:
    • yarn && yarn start

admin_lms's People

Contributors

thaibbraz 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.