Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.31 KB

nexpress-social

A sample Social Media App using Next.JS & Express.JS.

nexpress-app

Goal

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.

It features the following technologies

How to run this code

  1. Make sure MongoDB is running on your system.
  2. Clone this repository.
  3. Install dependencies to all packages + boostrap packages through Lerna:
  • npm run bootstrap
  1. Run the web & api separately:
  • cd web && npm run dev
  • cd api && npm run dev
  1. Open the application in the browser: localhost:3000

Changelog

Changelog 0.1

  • Upgrade Next.js from v8 to v9
  • Upgrade Material-UI from v3 to v4
  • Fix unable to delete a post