Coder Social home page Coder Social logo

leomfelicissimo / simple-school-admin-js Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 42 KB

This is a lightweight, clean and customized javascript admin dashboard that uses KeystoneJs like CMS to manage data for a small LMS FrontEnd App.

License: MIT License

JavaScript 100.00%

simple-school-admin-js's Introduction

Simple School Admin

This is a lightweight, clean and customized javascript admin dashboard that uses KeystoneJs like CMS to manage data for a small LMS FrontEnd App. The Simple School BackEnd was created with a modern structure rather of proposed by Keystone boilerplate. It uses ES6 with babel transpilation, gulp for build and bundle. You can find either, some customizations that drive new developments of a backend to any small LMS website.

Getting Started

Here you can get instructions about get the code to development, testing or deploying on your production environment. If you need more details please contact me.

Prerequisites

Make sure that you have the following:

  • NodeJs, the runtime.
  • MongoDb, the database used by Keystone to persist data. Proceed with the installation of MongoDb and make it run. You can do this more easily using a docker container.

Installing

Then, follow these steps:

  1. Clone the repository
git clone https://github.com/leomfelicissimo/simple-school-backend.git
  1. With, node installed, access application directory and get dependencies installed:
cd simple-school-backend
npm install
  1. Create a .env file with the content:
COOKIE_SECRET=YouNeedToUseABigRandomStringHere
MONGO_URL=Here you must to set the MongoDb URL
  1. Now, just start the app!
npm start

Adittional Info

This project uses KeystoneJs. The KeystoneJs is a CMS that implements security, database access, API exposing and other features to any FrontEnd project. Keystone works internally creating dynamic routing with express, and documents, collections to models of any application on MongoDb. The Keystone's admin is created with React being easy to customize and extend if needed.

Author

  • Leonardo Felicissimo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

simple-school-admin-js's People

Contributors

leomfelicissimo avatar

Watchers

James Cloos avatar  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.