Simple Tweet App
A simple tweet application to demonstrate and exercise #MERNG stack. Authorized users can tweet while others can react to tweets by commenting and liking.
This project follows airbnb
Javascript coding styles. https://github.com/airbnb/javascript
This app is on MERNG stack
This repository contains both server and client components of the application under server
and client
directories respectively.
You can signup for MongoDB Atlas Cloud free tier
npm
dependenciescd ./server
npm i
server/.env.sample
file to server/.env
server/.env
npm run serve
npm run start
is available with nodemon
server.npm
dependenciescd ./client
npm i
client/.env.sample
file to client/.env
client/.env
npm run start
http://localhost:3000
This project is a result of the MERNG tutorial “React / GraphQL Course - Build a social media app (MERNG Stack)” published on YouTub freeCodeCamp.org channel.
YouTube: https://www.youtube.com/watch?v=n1mdAPFq2Os
Github: https://github.com/hidjou/classsed-graphql-mern-apollo
Simple Tweet App by Gihan S is licensed under CC0 1.0. To view a copy of this license, visit https://creativecommons.org/publicdomain/zero/1.0