A sample Social Media App using Next.JS & Express.JS.
The goal is for me to learn new & shiny tools, also, to implement cool stuff I learned from day job in isolation. Tasks will be provided in the Projects tab so if anyone interested to learn with me, please feel free to hop in.
- Make sure MongoDB is running on your system.
- Clone this repository.
- Install dependencies to all packages + boostrap packages through Lerna:
npm run bootstrap
- Run the web & api separately:
cd web && npm run dev
cd api && npm run dev
- Open the application in the browser: localhost:3000
- Upgrade Next.js from v8 to v9
- Upgrade Material-UI from v3 to v4
- Fix unable to delete a post