Skip to content

I created this project to improve my understanding of MERN Stack, building a Twitter Bot and also calling to various API's

Notifications You must be signed in to change notification settings

RvN-R/sound-as-a-pound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound As A Pound

This is the main development repo for Sound As A Pound. Its continually developing as I use this project to better improve my understanding of a MERN Stack, and experiment with different ideas.

Visit the live site here for up to date value of the GBP against the Dollar.

Follow the Twitter account for morning and afternoon updates on the value of the GBP against the Dollar.

Installing Dependancy's

Going to suggest opening different terminals to make sure you always start at the route directory

  • Open a new terminal and run npm ci to install dependancies from the package.son in route directory.
  • Open a new terminal and run cd server then npm ci to install dependancies from the package.son in server folder.
  • Open a new terminal and run cd client/my-app then npm ci to install dependancies from the package.son in my-app folder.

Running the project locally

  • Open a new terminal and run cd server
  • Now in the server run npm run start this will open port 3001 and start the backend
  • Open another new terminal and run cd client/my-app
  • Now in the client run npm start this starts the react server opens it on port 3000

About

I created this project to improve my understanding of MERN Stack, building a Twitter Bot and also calling to various API's

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published