danthb / shoplist_challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHOPLIST

FullStack App with MERN

Shoplist is a fullstack application developed with MERN

  • Mongo
  • Express
  • React
  • NodeJS

Features

  • NoSQL Database
  • Mongoose
  • Just CSS
  • FakerJS

Shoplist is a lightweight application where you can operate CRUD actions.

The main objective of shoplist is to explore the whole MERN stack and practice the CRUD.

Installation

Shoplist requires Node.js v14+ to run. First, clone the repository in your local machine.

git clone hhttps://github.com/danthb/shoplist_challenge.git

Install the dependencies.

cd shoplist_challenge
npm install
cd frontend
npm install

Run the app from the root folder

cd shoplist
npm run dev

Populate data

cd shoplist
npm run data:populate

License

MIT License

Copyright (c) 2021 Hector Tenezaca

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the License conditions.

About


Languages

Language:JavaScript 67.4%Language:CSS 26.6%Language:HTML 6.0%