Skip to content

Basic web application for demonstrating core client/server architecture concepts as well as the main technologies involved.

Notifications You must be signed in to change notification settings

vanderleisilva/students-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students application

Basic web application for demonstrating core client/server architecture concepts as well as the main technologies involved.

Not supposed to be used in any production environment, only for educational purposes

Project structure

backend

Simple node application backend/index.js with a CRUD (Create, Read, Update, and Delete) operations exposed as a HTTP service. Manipulating a dummy file based data storage backend/students.json

frontend

Plain HTML / CSS / Javascript project for creating an interface to manipulate the students API.

Set up

Make sure you have node.js installed.

Install project dependencies

npm install;

Starts backend service on port 3000

node backend/index.js

Start frontend application on port 8080 [open a new terminal instance]

npx http-server frontend

About

Basic web application for demonstrating core client/server architecture concepts as well as the main technologies involved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published