Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akyunaakish/full-crud-react-express-mongo-mongoose-practice

Full Stack CRUD posts and comments app with React, Express, and Mongo/Mongoose
https://github.com/akyunaakish/full-crud-react-express-mongo-mongoose-practice

create-react-app crud mongodb mongoose nodejs reactjs styled-components

Last synced: 4 days ago
JSON representation

Full Stack CRUD posts and comments app with React, Express, and Mongo/Mongoose

Awesome Lists containing this project

README

        

# A full CRUD posts + comments app I made to practice mongo and mongoose

## Technologies used: ReactJS, create-react-app, styled-components, NodeJS, ExpressJS, Mongo, Mongoose

### To Run on Your machine:

* create a database named mongoose_practice in your local mongodb
* create a .env file using the .env.example file as a template
* run $ yarn install
* in one terminal window/tab run yarn server
* in another terminal window/tab run yarn client
* the app should automatically open in the browser at http://localhost:8080

#### Sorry it's not styled very nicely, wasn't my main focus :)