DevLifts / devlifts-api

MIT License
6 stars 4 forks source link

Initialize new node project with express #1

Closed jchiatt closed 6 years ago

jchiatt commented 6 years ago

The short-term goal is to implement a basic REST API and get it connected with our CLI app.

alexluong commented 6 years ago

Is there a reason why we're not starting with GraphQL?

jchiatt commented 6 years ago

@alexluong we’ve been moving pretty slow because of lots of other projects, so we decided to simplify just to get up and going and also try to make the project more accessible for Hacktoberfest. What do you think?

Sent with GitHawk

alexluong commented 6 years ago

Yeah I think that would work. Do you have anything yet? If you can push something up I can take it from there.

jchiatt commented 6 years ago

@alexluong I initialized a repo under the jc/initialize_node_express branch but haven't done anything yet (I haven't built a non-tutorial Node API before so I'm moving slow as I read through how to best do it).

Feel free to make some suggestions or even better, if you know how to at least get it going, make a couple of routes we can use as a launching point to create other routes!

@mtliendo may have more to say here too

jchiatt commented 6 years ago

Closing - completed in #2. However, opening new issues today.