Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.18 KB

README.md

File metadata and controls

58 lines (51 loc) · 1.18 KB

Student Information System

Introduction

  • Student Information System is a Vue.Js app with a Node.js/Express/TypeScript powered backend
  • It has the following features
    • Create a student
    • Edit a student
    • Delete a student
    • List students

Dependencies

Backend Dependencies

* ExpressJS
* Mongoose
* mLab
* Cloudinary
* TypeScript

Frontend Dependencies

* Vue.js
* Vuex
* Bootstrap
* jQuery
* Axios

Installation and Setup

  • Navigate to a directory of choice
  • Clone this repo
    git clone [email protected]:philipszdavido/student-information-system
  • Navigate to the repo's folder
    cd student-information-system
  • Install app dependencies
    npm install
  • Run the server
    npm run start-build
  • Run the app
    npm run vue-start
  • Deploying app for production
    npm run build

How can I thank You

Why not star the github repo? The attention would be appreciated! How about sharing the link for this repo on Twitter?

Dont forget to follow me on Twitter!

Thanks! Chidume Nnamdi