Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akyunaakish/full-crud-react-express-mongo-mongoose-practice
- Owner: AkyunaAkish
- Created: 2019-09-25T16:28:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:22:09.000Z (about 2 years ago)
- Last Synced: 2024-12-18T16:36:34.428Z (about 2 months ago)
- Topics: create-react-app, crud, mongodb, mongoose, nodejs, reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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 :)