Skip to content

junibrosas/nexpress-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published