Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Apfirebolt/Express-and-Vue-Authentication-app-with-Vuex

Repository files navigation

Express Vue Auth Boilerplate using Vuex

Project Briefing

This is a simple boilerplate to get you started with full stack applications using Express and Vue, MongoDB is used as database and tailwind css is used for UI. Yes, it's created in one of the most popular full stack technologies combination known as MEVN.

Built With

Authors

Project setup

Simply install node modules for both frontend and backend, the project is already configured to serve build content files in production which is generated by Vue which resides inside the build folder.

Concurrently, package is used for development and allows us to launch both frontend and back-end in one go using single command. Proxy is used for API calls made to the Express server inside the Vue application using the config file.

npm install
npm run dev

For production, build the frontend of the app and then run the backend app only.

npm run build
npm start

Project Updates

  • Minor fixes where nested routes was not working.
  • Added Ejs template engine for rendering templates in Express and EJS aside from the Vue build in production.

Project Screenshots

Please find some of the screenshots of the application. Below is the screenshot of the Home page.

alt text

Sign up page.

alt text

Login page.

alt text

About

A MEVN stack app with authentication implemented using Vuex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /