Skip to content

debjyoti-pandit/twitter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the application in cloud, please go to this url - https://debjyoti-twitter-application.herokuapp.com/

To run in local setup with database (mongodb) also in local, please follow the following steps -

  -   clone this repository (https://github.com/Sachinists/twitter-app.git)  
  -   In config/dev.env, change the property DB_URL as per your local mongodb connection endpoint.
  -   From the base location of your cloned repo (at the level where Readme, src, package.json are of same level) 
        RUN the command : npm install
  -   Then, when its done! RUN : npm run dev (from the same place)

To seperately run the UI with, database hosted in cloud -

-   Clone this repository (https://github.com/Sachinists/twitter-app-frontend.git)
  
-   After cloning, RUN the command : npm install
  
-   Followed by : mg serve -- o

Prerequisite -

-   Node Version > 10

-   MongoDB

About

This is the backend source code for the twitter application developed in JavaScript (NodeJS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors