Skip to content

sonnt612/Twit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • node
  • npm
  • mongodb
  1. Clone this repository

  2. Install server dependencies

    $ cd server
    $ npm install
  3. Install client dependencies

    $ cd client
    $ npm install

Run the app

  1. Start mongodb locally
    $ mongod
  2. Start the server
    $ cd server
    $ npm start
  3. Start the client
    $ cd client
    $ yarn start
  4. Browse to http://localhost:3000/

Front End

Back End

License

This project is made available under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • HTML 4.0%
  • CSS 1.1%