elementlo / sails-js-steps

Using the new js framework - sails.js to build a sample website of school event management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eventmanagementsystem-2018-elementlo

eventmanagementsystem-2018-elementlo created by GitHub Classroom

Web exercise after class

this respo conduct a basic website under sails, it'e functions are as below:

  1. main page.
  2. click the main page each item's picture, jump to the detail page.
  3. at the create page, you can create data bean as you wish.
  4. the admin page can help update or delete item data.
  5. search page can look up all the activities, in addition, the item's can be looked up by parial matching, also you can click the item's picture to jump the detail page.
  6. initial datas are from bootstarp.js
  7. localhost:1337/ shows the homepage In all, all the pages are responsive, so in the phone you can see different pages.

Web exercise after class2

  1. Develop a User api for identify the login.
  2. Stored the username and id in the session.
  3. Add many-many association between the activity.db and user.db
  4. upgrade the admin page so an admin can check the registrations.
  5. Quota counting now works
  6. Ajax and restful API
  7. Input checking on both client and server side

website

a Sails v1 application

Links

Version info

This app was originally generated on Wed Oct 24 2018 20:16:25 GMT+0800 (HKT) using Sails v1.0.2.

About

Using the new js framework - sails.js to build a sample website of school event management system


Languages

Language:JavaScript 61.7%Language:HTML 38.2%Language:CSS 0.1%