The website that lets you watch videos together with your friends!
Live Version
·
Report Bug
·
Request Feature
·
Main Repository
This repository contains the backend that is used for Cookie Time project.
Installing cookie-time-backend is pretty straight-forward. To get started, you must have npm installed on your machine.
- Clone the repo
git clone https://github.com/furkaninanc/cookie-time-backend.git
- Install NPM packages
npm install
- Run
npm run dev
to work locally, ornpm run build
to compile the project into thedist
folder
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Furkan INANC - [email protected]