Skip to content

JhonCODEOWO/WriteOn

Repository files navigation

WriteOn Status

WriteOn is a OpenSource project API which you can create notes and share them with people working on a live environment.

🚧 Project status

This project still in development all code are subject to changes and some features are

  • Core features almost done (Auth, Notes)
  • Share and collaborative features in progress

General notes

Be sure to install before implentation of this project the next things

  • PHP 8.0 or newer
  • Composer
  • NodeJS
  • Mysql
  • Server Apache or Nginx
  • Laravel 10 or newer

If you want use this project as a implementation or developing purposes you need to complete this steps:

  1. Clone the repository using git clone
  2. Execute npm install and composer install to install all necessary dependencies of the application.
  3. Copy the .env file and place in it the credentials for your database engine
  4. If you're in local or production environment be sure to write it in APP_ENV inside .env file.
  5. Execute command php artisan key:generate

Installation notes

First you should cloned this project or download all the files inside your server and complete all requirements in global notes then you should complete the next steps:

  1. Use the commands php artisan migrate --seedand php artisan serve.
  2. Execute npm run dev
  3. Read all docs of the endpoints to implement this backend in your own applications.

📄 License

This project is open-source and available under the MIT license.

About

OpenSource backend api with features colaboratives to create notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages