Coder Social home page Coder Social logo

endgame's Introduction

Front End - Client Side

[Browser] - Chrome, Firefox, Opera mini [UI-Design-Frameworks] - Bootstrap (Bootswatch), Semantic-ui, Fomatic-ui, Materilize.css, Burma, Zurb-Foundation, Skeleton [PAGES] - home.ejs - signup.ejs - login.ejs

Server Side

[Machine - Web Server] ✅ * Initialize Nodejs in the project folder to create your package.json file - npm init ✅ * Create app.js which is your server file * Install dependencies / packages ✅ * express { ✅ * In app.js setup your express server and port [3200] on which it listens } * ejs { ✅ * install Ejs ✅ * in app.js instruct the server to set a 'view engine' 'ejs' that will help us to send pages to the client on the browser ✅ * In the project folder the create 'views folder' from which our server will be looking for our pages to serve the client ✅ * Create a public folder and put in our static files, including - css, js, images ✅ * Instruct app to 'use' public folder and fetch all the static files we need to use in our app } * [Database-packages] - npm install mongoose, mongodb, mssl ✅ * install mongoose ✅ * In app.js require mongoose package and connect to the mongodb server using the mongoose variable * Create a database 'schema' and 'model' for users

Database Server

[Machine - Database Server] * Mongodb - MongoDB Compass

endgame's People

Contributors

bro-sammy avatar

Stargazers

Dominic Bluawofogbe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.