Open source project that can be used in any colleges/universities/institutions, Using NuxtJS to power up the tools and simplify the workflow. The Goal of the Project is to decentralize the education system we are facing today.
- Superpowered Enrollment System with payment integration(SOON)
- Decentralized Club Organization Platform(SOON)
- This handles the club organization including regional club organization, control of the budget from the school, and accomplishments.
- SMS & Email Updates to all sub-projects(SOON)
We want our status of education to be digitalized, not stored in a university, and not stored in a tangible documents. There can be a sub-project prior to this big project. Which will be included in the future release.
No particular reason. Just love to tinker a lot of projects. Don't take it seriously
- Finish UI
- API Prototyping
- Compatible with Microservices
- Contributors
- TBD(Unspecified but will be labeled later on)
- NuxtJS
- TypeScript
- Nuxt Typed Vuex(Vanilla TS)
- MongoDB & PostgreSQL
- NestJS
- Vuetify
- Support
Node Version must be 12.x, for more info visit Nodejs.org
If you want to use NPM as your package manager. be sure to not include
package.lock.json
when submitting a pull request.
# install dependencies
$ yarn install #npm install
# serve with hot reload at localhost:3000
$ yarn dev # npm run dev or npm dev
# build for production and launch server
$ yarn build # npm run build
$ yarn start # npm run start
# generate static project
$ yarn generate # npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.