Git Product home page Git Product logo

code-spot-p2p's Introduction

Code-Spot

A real-time collaborative code editor with the power of Visual Studio Code.

I. Check it out here!

We also published an article on building a real-time collaborative code editor. Check it out here!

II. Development setup

  1. Download SQLite3 https://sqlite.org/download.html

  2. Make sure you have ASP.NET Core 2.1 SDK and runtime: Installs via Visual Studio Installer or downloads at https://dotnet.microsoft.com/download/dotnet-core/2.1

  3. Install the .NET Core CLI

dotnet tool install --global dotnet-ef
  1. Create the local instance of the DB by running this command in the terminal
dotnet ef database update

Note: to drop the database, run the following command

dotnet ef database drop
  1. This project was generated with Angular CLI version 8.3.9.

Install the Angular CLI using NPM (Node.js >= 10 required)

npm install -g @angular/[email protected] 

In the code-spot-client folder. Restore all NPM packages by running

npm install
  1. Start IIS Express server through Visual Studio IDE or run this command in the project's folder (Code-Spot-P2P)
dotnet run
  1. Run this command in the client's folder (code-spot-client).
ng serve --open

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

code-spot-p2p's People

Contributors

anhminhtran235 avatar dependabot[bot] avatar heiditran avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.