Skip to content

GinRedfield/boba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boba logo

Introduction


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.

Boba welcome

Environment


To get this app to work, the necessary environment must be installed first.
boba requires

  1. Mongdb
  2. Node.js

Setup


After setting up the environment, follow the steps below:

  1. Under the project directory, run
    npm install
    
  2. Go to client directory, run
    npm install
    
  3. Make sure MongoDb is online, create a database {boba_db} use MongoDB Compass
  4. To start the application, run:
    npm run dev
    

    The webapp depend on your setups should automatically open your default browser and start the welcome page.

License


boba is open-sourced software licensed under the MIT license.

About

A MERN stack with pre-built authentication module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors