itxDeeni / notedly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

JavaScript Everywhere API

This repository contains code examples for the API chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media

Getting Help

The best place to get help is our Spectrum channel, spectrum.chat/jseverywhere.

Directory Structure

  • /src If you are following along with the book, this is the directory where you should perform your development.
  • /solutions This directory contains the solutions for each chapter. If you get stuck, these are available for you to consult.
  • /final This directory contains the final working project

To Use the Final Project Files

If you're developing a UI and would like to use the completed project, copy the files to the completed files to the src as follows:

cp -rf ./final/* ./src/

Seed Data

To seed data for local development: npm run seed. The password for all of the seeded users is password.

Each time this command is run, it will generate 10 users and 25 notes.

Related Repositories

Code of Conduct

In the interest of fostering an open and welcoming environment, I pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation..

notedly

66d0a3d1be49cfdd162d19fd1fb9bf465a538681

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:Shell 0.2%