Skip to content

adam-jbr/Computer-Store-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Computer-Store-Inventory

For the server

I used Express and nodeJs for the implementation by creating 2 Routes (For the users and for the computers) and defined their schemas to store them on a Cloud storage by using MongoDB Atlas.

For the Frontend

I used react native to implement all the components, and Expo to simulate the application on the phone or the web browser.
Note: To simulate the application on the phone we need to change the baseUrl in the shared folder on the Frontend and use our machine ipv4 address.

For the Authentication

JWT (json web token) was the best option to use it for a mobile app.

Setup

To run this project, install it locally using npm in the two subfolders (Server and Frontend):

$ npm install
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages