Skip to content

phongvq/albert

Repository files navigation

ALBERT v0.5.0

https://albert-demo.herokuapp.com

Documentation v0.3.0

Technical documentation

Read more here.

Slides

Read more here.

Tools

Frameworks and Libraries

  • Node.js + Express for backend
  • React + Next.js for frontend
  • Bootstrap (with Sass) for styling
  • Passport + JWT for authentication and authorization
  • Bcrypt for encrypting passwords

and many others: axios, dayjs, react-google-recaptcha,...

Database

  • MongoDB + Mongoose

Platforms

  • Heroku for app hosting
  • MongoDB Atlas for database hosting

Installation

Requirements

  • Node.js runtime
  • npm package manager
  • MongoDB for dev mode (app in dev mode only runs on local database)

Instructions

$ git clone https://github.com/lqmanh/albert.git
$ cd albert
$ npm i
$ npm run dev // dev mode
$ npm run build
$ npm run start // production mode

License

The app is licensed under MIT license.

Collaborators

  1. Nguyen Duy Linh
  2. Luong Quang Manh
  3. Ngo Duc Nghia
  4. Vu Quoc Phong

Releases

No releases published

Packages

No packages published