CodizChat is an application where developers chat on what they are currently doing. Make a top quotes for the day on what is going on in the programming atmosphere. This application is currently under development and has no much information for now. As we progress in the application development, we will be updating to reflect.
- clone the repo
- change to the directory
cd CodizChat - install required dependencies
npm install - Start you mongoDB on you machine
- Create
.envfile using theenv.samplefile in the proeject - Fill the required fields in the
.envfile - Run the server side which is using express server separately with
npm run start:dev - Run the client side which is using webpack-dev-server with
npm run build:dev - Navigate to the api link using
localhost:7000/api - Navigate to the client side link with
localhost:8080
More Update on this Repo coming soon