All Projects → paolodelia99 → MERN-Boilerplate

paolodelia99 / MERN-Boilerplate

Licence: MIT license
A simple Mern Boilerplate with auth

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to MERN-Boilerplate

mern-apollo-graphql-boilerplate
MERN + Apollo-Graphql Boilerplate
Stars: ✭ 21 (-81.25%)
Mutual labels:  mern-boilerplate, mern-stack
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (-65.18%)
Mutual labels:  mern-boilerplate, mern-stack
Finstagram-The-Instagram-Clone
A full stack web-app to de-clutter social media by filtering posts limited to geographical locations and sorting them on community reputation! 📸
Stars: ✭ 53 (-52.68%)
Mutual labels:  mern-stack
Trellis
A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
Stars: ✭ 116 (+3.57%)
Mutual labels:  mern-stack
dhan-gaadi
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)
Stars: ✭ 207 (+84.82%)
Mutual labels:  mern-stack
dot-connect
Recreation of a childhood game on mern-stack
Stars: ✭ 29 (-74.11%)
Mutual labels:  mern-stack
arc
Fullstack open source Invoicing application made with MongoDB, Express, React & Nodejs (MERN)
Stars: ✭ 1,291 (+1052.68%)
Mutual labels:  mern-stack
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+238.39%)
Mutual labels:  mern-stack
Shopping-Cart-MERN
💸 Simple Online Shopping Cart made with the MERN Stack
Stars: ✭ 34 (-69.64%)
Mutual labels:  mern-stack
Coding-Ninjas-Full-Stack-Web-Development
It contains all the files I created during the MERN full stack web development course with coding ninjas
Stars: ✭ 108 (-3.57%)
Mutual labels:  mern-stack
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-75%)
Mutual labels:  mern-stack
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (-75.89%)
Mutual labels:  mern-stack
AquilaCMS
AquilaCMS is an Open Source and "all in one" ecommerce solution, self hosted, built using nodejs (MERN stack)
Stars: ✭ 69 (-38.39%)
Mutual labels:  mern-stack
add-my-name
No more WhatsApp spams 🎉
Stars: ✭ 16 (-85.71%)
Mutual labels:  mern-stack
Netflix-Clone-MERN
A Netflix clone created with the MERN Stack
Stars: ✭ 37 (-66.96%)
Mutual labels:  mern-stack
Awesome-Projects-Collection
This is a beginner-friendly repo to make a collection of some unique and awesome projects. Everyone in the community can benefit & get inspired by the amazing projects present over here.
Stars: ✭ 175 (+56.25%)
Mutual labels:  mern-stack
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (-66.96%)
Mutual labels:  mern-stack
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (-56.25%)
Mutual labels:  mern-stack
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+26.79%)
Mutual labels:  mern-stack
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (-63.39%)
Mutual labels:  mern-stack

MERN Boilerplate

Are you looking for a MERN boilerplate for auth included. That's the Boilerplate for you!

Tecnologies Used

  • MongoDb and Mongoose - MongoDb as a Database and mongoose as as a Object Data Modeling library for MongoDB and Node.js
  • Express - as a backend Framework
  • React - as a Frontend Framework
  • Node - runtime JavaScript
  • Redux - as a state management tool
  • JsonWebToken - for creating JSON-based access tokens
  • bcryptjs - for hashing the user passwords

Get Started

git clone repoURL

Add a default.json file in config folder with the folowing

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

Because I install concurrently as a dev dependency you can run both the server and the client with just one command

npm run dev

Build for production

cd client
npm run build

Remember to change to "name" in the package.json and in the package-lock.json

Todo

  • Tests
    • Backend (api)
    • FrontEnd
  • More comments

Contributing

Feel Free to report bug or contribute to improve this boilerplate

Author

Paolo D'Elia

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].