boba is a MERN stack webapp pre-built with login/register authentication module, and a basic Bootstrap user interface.
Pre-built functions include register, login, logout, changing password, deleting account, navigation, etc.
To get this app to work, the necessary environment must be installed first.
boba requires
- Mongdb
- Node.js
After setting up the environment, follow the steps below:
- Under the project directory, run
npm install - Go to client directory, run
npm install - Make sure MongoDb is online, create a database {boba_db} use MongoDB Compass
- To start the application, run:
npm run devThe webapp depend on your setups should automatically open your default browser and start the welcome page.
boba is open-sourced software licensed under the MIT license.

