GithubHelp home page GithubHelp logo

elitenoire / primely Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 388 KB

SIS dashboard - keep track of your students

Home Page: https://primely.herokuapp.com

JavaScript 98.09% HTML 1.91%
fullstackreact redux-form andela alc semantic-ui-react dashboard sis school

primely's Introduction

Primely SIS

Primely is an admin dashboard for a student information system

Introduction

A full stack web application built for the ALC 2.0 intermediate web development track challenge. It meets the basic requisites of a Node web api that handles CRUD functionalities from a client.

Prequistes

Should have latest version of node and npm installed. Certain aspects of server-side code depends on features in node v8.4 and above

Getting Started

// Clone repo
git clone 'insert-git-repo-url-here'
// Install server node_modules
yarn add
// Running in dev mode requires a key.js file to configure variables
// Make a key.js file in server/config like this
module.exports = {
    key : 'your-secret-key',
    username : 'your-dev-username',
    password : 'your-password-username'
}
// switch to client-side
cd client
// Install client node_modules
yarn add
// switch back to server-side
cd ..
// start up
npm run dev

Built With

  • Node / express - Server framework
  • Mongodb / Mongoose - Database
  • React / CRA - client UI framework
  • Redux / redux-saga - State management / UI interaction
  • React router v4 - Client Routing
  • SemanticUI (react) - Styling UI
  • JWT /jsonwebtoken - Authentication
  • JSONSchema / ajv - Validation
  • Git / Heroku - Deployment

License

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

Acknowledgments

  • Took a course earlier on react by Stephen Grinder which helped me a lot in the client-side CRUD flow and making api requests
  • Had to watch many youtube vids and read articles about authenticating with jwt
  • I was only able to implement a simple authentication strategy on login with limitations

primely's People

Contributors

elitenoire avatar

Stargazers

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