-
Back end
- NodeJS
- Typescript
- express
- sqlite3
- knex
- cors
- ts-node-dev
-
Front end
- ReactJS
- Typescript
- react-router-dom
-
Mobile
- Expo
- Typescript
- axios
- AsyncStorage
Cloning the repository
# Cloning repository
git clone https://github.com/jainesenna/proffy-Omnistack.git
Running web project
# Accessing web project
cd web
# Running web project
yarn start
Running server
# Accessing server project
cd server
# Run migrations to create the tables
yarn knex:migrate
# Run server
yarn start
Running mobile project
# Accessing mobile project
cd web
# Running mobile project
yarn start