GroupThreeFS / FullStack_GroupThree

The Final Sprint Project showcasing our knowledge of interacting node js with mongo db and postgres sql to create a search function similar to google.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

We Need An Express Server #3

Closed JonnyNL closed 1 year ago

JonnyNL commented 1 year ago

We're gonna have to get an express server on the go so that everyone can get their assigned tasks started. With the previous given file structure our server housing is app.js, on file structure initialization this is now index.js. error handling for this server will go in middleware, and server routes will go in routes/otherRoutes.js. Must be tested with an EJS view in the views folder. CSS testing if time is there

JonnyNL commented 1 year ago

I have added the express server. ### To run the server do the following in terminal: cd src node index.js You will now be brought the a mock up registry page. _

Please test to make sure CSS can be applied, images will appear, and scripts can be applied to pages through js from the public folder_