Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to fit pattern #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ With the following features:
* [x] Hide the form
* [x] Show loading spinner
* [x] Get data from form and log it
* Get user input on the Client
* Hide/Show elements on the client
* [x] Get user input on the Client
* [x] Hide/Show elements on the client

## Back-end

Expand All @@ -57,7 +57,7 @@ With the following features:

* [x] fetch POST /mews with form data
* [x] See the CORS error and revel in this moment
* Send user input from the client with fetch to the server
* [x] Send user input from the client with fetch to the server

## Back-end

Expand All @@ -79,7 +79,7 @@ With the following features:
* [x] name, content, created_date
* [x] Insert into DB
* [x] Respond with created mew object
* Store data in a database
* [x] Store data in a database

## Front-end

Expand All @@ -91,7 +91,7 @@ With the following features:

* [x] GET /mews
* [x] Respond with mews from DB
* Retrieve data from a database on the Server
* [x] Retrieve data from a database on the Server

## Front-end

Expand All @@ -101,10 +101,10 @@ With the following features:
* [x] Reverse before appending
* [x] Show the form
* [x] Hide loading spinner
* [ ] fetch GET /mews after creating a mew
* Retrieve data from a server on the client using Fetch
* Hide/Show elements on the client
* Add elements to the page on the client
* [x] fetch GET /mews after creating a mew
* [x] Retrieve data from a server on the client using Fetch
* [x] Hide/Show elements on the client
* [x] Add elements to the page on the client

## Back-end

Expand All @@ -115,15 +115,15 @@ With the following features:

## Deploy

* Deploy server with now
* [x] Deploy server with now
* [x] Setup environment variables
* [x] Database connection
* process.env.MONGO_URI
* Show mlab
* [x] Show mlab
* [ ] Deploy with environment variable
* now -e MONGO_URI=@meower-db
* [ ] Add alias
* Deploy client folder with now
* [ ] Deploy client folder with now
* [ ] Set API_URL based on hostname

## What's next?
Expand Down