Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btc415/mern_crud
Starter project using the MERN Stack. ⚛️
https://github.com/btc415/mern_crud
crud crud-application expressjs mern-st nodejs react react-components react-router reactjs
Last synced: 22 days ago
JSON representation
Starter project using the MERN Stack. ⚛️
- Host: GitHub
- URL: https://github.com/btc415/mern_crud
- Owner: BTC415
- License: mit
- Created: 2023-12-01T09:04:12.000Z (12 months ago)
- Default Branch: dependabot/npm_and_yarn/cacheable-request-and-nodemon--removed
- Last Pushed: 2023-12-01T09:08:28.000Z (12 months ago)
- Last Synced: 2024-10-04T18:30:54.799Z (about 1 month ago)
- Topics: crud, crud-application, expressjs, mern-st, nodejs, react, react-components, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 900 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mern-Stack-Crud-App
This is a simple crud project for beginners built with the following technologies:
- [React](https://facebook.github.io/react/) and [React Router](https://reacttraining.com/react-router/) for the frontend
- [Express](http://expressjs.com/) and [Mongoose](http://mongoosejs.com/) for the backend## Requirements
- [Node.js](https://nodejs.org/en/) 10+
```shell
npm install
```## Usage
- Backend
```shell
node server.js
```- Frontend
```shell
cd client && npm start
```## Contributions
Contributions are welcome. Just submit a PR and I will make sure to review it 😸