Read more here.
Read more here.
- 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,...
- MongoDB + Mongoose
- Heroku for app hosting
- MongoDB Atlas for database hosting
- Node.js runtime
npm
package manager- MongoDB for dev mode (app in dev mode only runs on local database)
$ 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
The app is licensed under MIT license.