Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. ⚛️

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 😸