- TLDR: Build a chat app with real APIs
- Time: 3hr - 6hrs
- frameworks: AngularJs
To start this project you have to follow up this steps:
- Open terminal
- Access the the project file from the terminal using the command line cd /repository of the project.
- Write 'npm install'
- Run the service using the command line 'npm start'
- Open new terminal tab and write 'npm run api-server' to run the api server
- Open your browser and write the url shown in the first terminal tab http://localhost:3000
- Write your username and start using the chat room